-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
The statement __init__.py files are required to make Python treat directories containing the file as packages.
might be confusing
#113208
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
hugovk
pushed a commit
that referenced
this issue
Dec 19, 2023
) Co-authored-by: C.A.M. Gerlach <[email protected]>
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 <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
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 <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
This was referenced Dec 19, 2023
hugovk
pushed a commit
that referenced
this issue
Dec 19, 2023
GH-113209) (#113277) Co-authored-by: Unique-Usman <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
hugovk
pushed a commit
that referenced
this issue
Dec 19, 2023
GH-113209) (#113276) Co-authored-by: Unique-Usman <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
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 <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…python#113209) Co-authored-by: C.A.M. Gerlach <[email protected]>
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…python#113209) Co-authored-by: C.A.M. Gerlach <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: