-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-45655: Add "relevant PEPs" section to typing
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The list of PEPs at the top of the documentation for the ``typing`` module has become 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 ``typing`` docs.
We can backport to 3.9 but we need to modify the backport to remove 3.10 PEPs. |
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 has become 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 ``typing`` docs. Co-authored-by: Łukasz Langa <[email protected]> (cherry picked from commit 03db1bb) Co-authored-by: Alex Waygood <[email protected]>
Sorry, @AlexWaygood and @ambv, I could not cleanly backport this to |
GH-29290 is a backport of this pull request to the 3.10 branch. |
@AlexWaygood, since the change is already conflicting, can you recreate it manually against 3.9? |
Sure, I'll have a go! (Thanks for the lightning speed in merging! 😀) |
Backport of python#29280 to the 3.9 branch.
3.9 backport here #29297 😊 |
…tion Backport of python#29280 to the 3.10 branch.
This backport has been closed in favour of #29302, which is a new backport to the 3.10 branch |
The list of PEPs at the top of the documentation for the
typing
module 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
typing
docs.https://bugs.python.org/issue45655