X Tutup
The Wayback Machine - https://web.archive.org/web/20250124063023/https://github.com/python/cpython/pull/129251
Skip to content
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 鈥淪ign up for GitHub鈥, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: update term "namespace package" #129251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

methane
Copy link
Member

@methane methane commented Jan 24, 2025

Recommend using regular package officially to avoid people just think __init__.py is not necessary.

For example: https://stackoverflow.com/questions/448271/what-is-init-py-for


馃摎 Documentation preview 馃摎: https://cpython-previews--129251.org.readthedocs.build/

Recommend using regular package officially to avoid
people just think `__init__.py` is not necessary.
@methane methane added the docs Documentation in the Doc dir label Jan 24, 2025
@methane
Copy link
Member Author

methane commented Jan 24, 2025

Another example of namespace pacakge being misunderstood.
#81073 (comment)

@methane methane requested a review from ericvsmith January 24, 2025 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

1 participant
X Tutup