[issue41787] adding PEP references to documentation

2020-09-15 Thread Cameron Simpson
Change by Cameron Simpson : -- keywords: +patch pull_requests: +21324 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22269 ___ Python tracker ___

[issue41787] adding PEP references to documentation

2020-09-15 Thread Cameron Simpson
Cameron Simpson added the comment: Argh. I bet that additional %s above won't work :-( -- ___ Python tracker ___ ___ Python-bugs-li

[issue41787] adding PEP references to documentation

2020-09-15 Thread Cameron Simpson
Cameron Simpson added the comment: Re the possible change to "New in version V." text, my proposal there is the make this become: New in :ref:`version V `. by modifying the definitions in sphinxdomains/changset.py from: versionlabels = { 'versionadded': _('New in version %s'),

[issue41787] adding PEP references to documentation

2020-09-14 Thread Cameron Simpson
New submission from Cameron Simpson : Add rationale for __length_hint__ and link to PEP 424, per the discussion here: https://mail.python.org/archives/list/python-...@python.org/thread/HXNFMIEZH73MXYEBP4TDIK3KFPYJ4QKR/#CXBEWAYSCAZCU7QABRBTKNVPDM3LELUM Once the phrasing and directives are agree