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
bpo-39452: [doc] Change "must" to "can", on relative import style in __main__ modules #29379
Conversation
|
Thanks @andresdelfino for the PR, and @ambv for merging it |
…__main__` (pythonGH-29379) (cherry picked from commit 57457a1) Co-authored-by: Andre Delfino <adelfino@gmail.com>
|
Sorry, @andresdelfino and @ambv, I could not cleanly backport this to |
|
GH-29449 is a backport of this pull request to the 3.10 branch. |
|
Yeah, this won't be backported to 3.9 as the document there is much different. |
|
Thanks, Andre! |
The referenced link (https://docs.python.org/3.11/tutorial/modules.html#intra-package-references) says nothing about a requirement on the relative import style.
https://bugs.python.org/issue39452
The text was updated successfully, but these errors were encountered: