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
Update doc as relative import can be used with star import #25667
Update doc as relative import can be used with star import #25667
Conversation
|
Thanks @gousaiyang for the PR and @JelleZijlstra for the review. |
|
Could we backport this PR at least down to 3.9? The doc on the |
|
Thanks @gousaiyang for the PR, and @willingc for merging it |
|
Thanks @gousaiyang for the PR, and @willingc for merging it |
|
GH-26121 is a backport of this pull request to the 3.10 branch. |
|
GH-26122 is a backport of this pull request to the 3.9 branch. |
Update "The
importstatement" documentation section asfrom .mod import *is valid.