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: doc Add PEP title in seealso of Built-in Types
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: adelfino, docs@python, terry.reedy
Priority: normal Keywords: patch

Created on 2018-06-14 03:50 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7688 merged adelfino, 2018-06-14 03:51
PR 7719 merged miss-islington, 2018-06-15 19:43
PR 7720 merged miss-islington, 2018-06-15 19:44
Messages (4)
msg319493 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-14 03:50
Add PEP 461 title to Built-in Types seealso.
msg319656 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-15 19:42
New changeset a9d0b34a5c5d4fdc12bba4f9c1e314e6e132cc65 by Terry Jan Reedy (Andrés Delfino) in branch 'master':
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
https://github.com/python/cpython/commit/a9d0b34a5c5d4fdc12bba4f9c1e314e6e132cc65
msg319665 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-15 20:14
New changeset ce1bda774ee28fcdc8966e4158ed42b1246a29d0 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.7':
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (#7719)
https://github.com/python/cpython/commit/ce1bda774ee28fcdc8966e4158ed42b1246a29d0
msg319666 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-15 20:14
New changeset ae4b2af42ce908cd3872dd4442c9805beb725167 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.6':
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (GH-7720)
https://github.com/python/cpython/commit/ae4b2af42ce908cd3872dd4442c9805beb725167
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78035
2018-06-15 20:15:39terry.reedysetstatus: open -> closed
assignee: docs@python -> terry.reedy
resolution: fixed
stage: patch review -> resolved
2018-06-15 20:14:56terry.reedysetmessages: + msg319666
2018-06-15 20:14:34terry.reedysetmessages: + msg319665
2018-06-15 19:44:30miss-islingtonsetpull_requests: + pull_request7335
2018-06-15 19:43:40miss-islingtonsetpull_requests: + pull_request7334
2018-06-15 19:42:29terry.reedysetnosy: + terry.reedy
messages: + msg319656
2018-06-14 03:51:39adelfinosetkeywords: + patch
stage: patch review
pull_requests: + pull_request7302
2018-06-14 03:50:38adelfinocreate