[issue45655] List of PEPs at top of typing docs is too long to be readable
New submission from Alex Waygood <Alex.Waygood@Gmail.com>: The list of relevant PEPs at the top of the typing docs has become too long to be readable or helpful. It would be good if this information could be presented in a more structured way. ---------- assignee: docs@python components: Documentation messages: 405215 nosy: AlexWaygood, docs@python, gvanrossum, kj priority: normal severity: normal status: open title: List of PEPs at top of typing docs is too long to be readable type: enhancement versions: Python 3.10, Python 3.11 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by Alex Waygood <Alex.Waygood@Gmail.com>: ---------- keywords: +patch pull_requests: +27543 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29280 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Łukasz Langa <lukasz@langa.pl> added the comment: New changeset 03db1bbfd2d3f5a343c293b2f0e09a1e962df7ea by Alex Waygood in branch 'main': bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280) https://github.com/python/cpython/commit/03db1bbfd2d3f5a343c293b2f0e09a1e962... ---------- nosy: +lukasz.langa _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +27553 pull_request: https://github.com/python/cpython/pull/29290 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by Alex Waygood <Alex.Waygood@Gmail.com>: ---------- pull_requests: +27561 pull_request: https://github.com/python/cpython/pull/29297 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by Alex Waygood <Alex.Waygood@Gmail.com>: ---------- versions: +Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Łukasz Langa <lukasz@langa.pl> added the comment: New changeset 8813a987b1df78b5eaddb085e514dfa5af5c8634 by Alex Waygood in branch '3.9': [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297) https://github.com/python/cpython/commit/8813a987b1df78b5eaddb085e514dfa5af5... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by Alex Waygood <Alex.Waygood@Gmail.com>: ---------- pull_requests: +27566 pull_request: https://github.com/python/cpython/pull/29302 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by Alex Waygood <Alex.Waygood@Gmail.com>: ---------- pull_requests: +27566, 27567 pull_request: https://github.com/python/cpython/pull/29302 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by Alex Waygood <Alex.Waygood@Gmail.com>: ---------- pull_requests: +27566, 27567, 27568 pull_request: https://github.com/python/cpython/pull/29302 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Ken Jin <kenjin4096@gmail.com> added the comment: Argh, I merged GH-29302, but messed up the commit title since I'm on mobile. Sorry. Currently it says: [3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302) It should be: [3.10] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29280) (GH-29302) I don't think it's big enough of a deal to revert and re-commit. So we're done here. Thanks for your improvements Alex. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Alex Waygood <Alex.Waygood@Gmail.com> added the comment: Thanks, Łukasz and Ken, for reviewing and merging! ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by Alex Waygood <Alex.Waygood@Gmail.com>: ---------- pull_requests: +27579 pull_request: https://github.com/python/cpython/pull/29309 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Ken Jin <kenjin4096@gmail.com> added the comment: New changeset d9575218d7ab3d85b15ce3d4779660b9b724d343 by Alex Waygood in branch 'main': bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309) https://github.com/python/cpython/commit/d9575218d7ab3d85b15ce3d4779660b9b72... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +27580 pull_request: https://github.com/python/cpython/pull/29312 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 6742b0dfb61ebdb92a1ff633ec071734b5d39981 by Miss Islington (bot) in branch '3.10': bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309) https://github.com/python/cpython/commit/6742b0dfb61ebdb92a1ff633ec071734b5d... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45655> _______________________________________
participants (4)
-
Alex Waygood
-
Ken Jin
-
miss-islington
-
Łukasz Langa