This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: List of PEPs at top of typing docs is too long to be readable
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: AlexWaygood, docs@python, gvanrossum, kj, lukasz.langa, miss-islington
Priority: normal Keywords: patch

Created on 2021-10-28 18:20 by AlexWaygood, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 29280 merged AlexWaygood, 2021-10-28 18:25
PR 29290 closed miss-islington, 2021-10-28 19:55
PR 29297 merged AlexWaygood, 2021-10-28 20:40
PR 29302 merged AlexWaygood, 2021-10-28 22:27
PR 29302 merged AlexWaygood, 2021-10-28 22:27
PR 29302 merged AlexWaygood, 2021-10-28 22:27
PR 29309 merged AlexWaygood, 2021-10-29 13:52
PR 29312 merged miss-islington, 2021-10-29 13:56
Messages (7)
msg405215 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2021-10-28 18:20
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.
msg405246 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-10-28 19:55
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/03db1bbfd2d3f5a343c293b2f0e09a1e962df7ea
msg405275 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-10-28 21:17
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/8813a987b1df78b5eaddb085e514dfa5af5c8634
msg405299 - (view) Author: Ken Jin (kj) * (Python committer) Date: 2021-10-29 10:13
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.
msg405301 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2021-10-29 10:20
Thanks, Łukasz and Ken, for reviewing and merging!
msg405305 - (view) Author: Ken Jin (kj) * (Python committer) Date: 2021-10-29 13:56
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/d9575218d7ab3d85b15ce3d4779660b9b724d343
msg405306 - (view) Author: miss-islington (miss-islington) Date: 2021-10-29 14:16
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/6742b0dfb61ebdb92a1ff633ec071734b5d39981
History
Date User Action Args
2022-04-11 14:59:51adminsetgithub: 89818
2021-10-29 14:16:27miss-islingtonsetmessages: + msg405306
2021-10-29 13:56:40miss-islingtonsetpull_requests: + pull_request27580
2021-10-29 13:56:31kjsetmessages: + msg405305
2021-10-29 13:52:25AlexWaygoodsetpull_requests: + pull_request27579
2021-10-29 10:20:22AlexWaygoodsetmessages: + msg405301
2021-10-29 10:13:52kjsetstatus: open -> closed
resolution: fixed
messages: + msg405299

stage: patch review -> resolved
2021-10-28 22:27:16AlexWaygoodsetpull_requests: + pull_request27568
2021-10-28 22:27:13AlexWaygoodsetpull_requests: + pull_request27567
2021-10-28 22:27:04AlexWaygoodsetpull_requests: + pull_request27566
2021-10-28 21:17:32lukasz.langasetmessages: + msg405275
2021-10-28 20:43:09AlexWaygoodsetversions: + Python 3.9
2021-10-28 20:40:35AlexWaygoodsetpull_requests: + pull_request27561
2021-10-28 19:55:58miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request27553
2021-10-28 19:55:54lukasz.langasetnosy: + lukasz.langa
messages: + msg405246
2021-10-28 18:25:57AlexWaygoodsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27543
2021-10-28 18:20:51AlexWaygoodcreate