Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
bpo-45655: Add "relevant PEPs" section totyping documentation#29280
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The list of PEPs at the top of the documentation for the ``typing`` module hasbecome too long to be readable. This PR proposes presenting thisinformation in a more structured and readable way by adding a new "relevantPEPs" section to the ``typing`` docs.
Uh oh!
There was an error while loading.Please reload this page.
ambv commentedOct 28, 2021
We can backport to 3.9 but we need to modify the backport to remove 3.10 PEPs. |
miss-islington commentedOct 28, 2021
Thanks@AlexWaygood for the PR, and@ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…ythonGH-29280)The list of PEPs at the top of the documentation for the ``typing`` module hasbecome too long to be readable. This PR proposes presenting thisinformation in a more structured and readable way by adding a new "relevantPEPs" section to the ``typing`` docs.Co-authored-by: Łukasz Langa <lukasz@langa.pl>(cherry picked from commit03db1bb)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
miss-islington commentedOct 28, 2021
Sorry,@AlexWaygood and@ambv, I could not cleanly backport this to |
bedevere-bot commentedOct 28, 2021
GH-29290 is a backport of this pull request to the3.10 branch. |
ambv commentedOct 28, 2021
@AlexWaygood, since the change is already conflicting, can you recreate it manually against 3.9? |
AlexWaygood commentedOct 28, 2021
Sure, I'll have a go! (Thanks for the lightning speed in merging! 😀) |
Backport ofpython#29280 to the 3.9 branch.
AlexWaygood commentedOct 28, 2021
3.9 backport here#29297 😊 |
…tionBackport ofpython#29280 to the 3.10 branch.
AlexWaygood commentedOct 29, 2021
This backport has been closed in favour of#29302, which is a new backport to the 3.10 branch |
Uh oh!
There was an error while loading.Please reload this page.
The list of PEPs at the top of the documentation for the
typingmodule hasbecome too long to be readable. This PR proposes presenting this
information in a more structured and readable way by adding a new "relevant
PEPs" section to the
typingdocs.https://bugs.python.org/issue45655