-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
The statement __init__.py files are required to make Python treat directories containing the file as packages.
might be confusing
#113208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
docs
Documentation in the Doc dir
Comments
__init__.py files are required to make Python treat directories containing the file as packages.
might be confusion __init__.py files are required to make Python treat directories containing the file as packages.
might be confusing
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 19, 2023
…pythonGH-113209) (cherry picked from commit d71fcde) Co-authored-by: Unique-Usman <86585626+Unique-Usman@users.noreply.github.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 19, 2023
…pythonGH-113209) (cherry picked from commit d71fcde) Co-authored-by: Unique-Usman <86585626+Unique-Usman@users.noreply.github.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This was referenced Dec 19, 2023
hugovk
pushed a commit
that referenced
this issue
Dec 19, 2023
hugovk
pushed a commit
that referenced
this issue
Dec 19, 2023
ryan-duve
pushed a commit
to ryan-duve/cpython
that referenced
this issue
Dec 26, 2023
…python#113209) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…python#113209) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…python#113209) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The statement
__init__.py files are required to make Python treat directories containing the file as packages.
might be confusion.It is possible to have a package(namespace package) without init.py file.
Linked PRs
The text was updated successfully, but these errors were encountered: