Skip to content

bpo-39702: Remove dotted_name from decorator documentation #25234

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

Merged

Conversation

gousaiyang
Copy link
Contributor

@gousaiyang gousaiyang commented Apr 6, 2021

As per acceptance of PEP 614 in Python 3.9, decorator syntax is no longer relevant to dotted_name. I've checked other parts of the documentation (especially the doc for import statement) and no other places are referring to this dotted_name, so we can safely remove it.

https://bugs.python.org/issue39702

@brandtbucher
Copy link
Member

Thanks @gousaiyang!

@brandtbucher brandtbucher merged commit 1e051a2 into python:master Apr 8, 2021
@gousaiyang
Copy link
Contributor Author

I think we can backport this to 3.9?

@gousaiyang gousaiyang deleted the remove-decorator-dotted-name branch April 8, 2021 22:37
@brandtbucher brandtbucher added the needs backport to 3.9 only security fixes label Apr 8, 2021
@miss-islington
Copy link
Contributor

Thanks @gousaiyang for the PR, and @brandtbucher for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Apr 8, 2021
@bedevere-bot
Copy link

GH-25290 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 8, 2021
miss-islington added a commit that referenced this pull request Apr 8, 2021
…25234) (GH-25290)

(cherry picked from commit 1e051a2)


Co-authored-by: Saiyang Gou <[email protected]>

Automerge-Triggered-By: GH:brandtbucher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants