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: Add links to RFCs
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, miss-islington, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2018-05-24 22:14 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7103 merged serhiy.storchaka, 2018-05-24 22:17
PR 7271 merged miss-islington, 2018-05-31 04:40
PR 7276 merged serhiy.storchaka, 2018-05-31 05:21
Messages (4)
msg317629 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-24 22:14
The proposed PR replaces "RFC XYZ" with ":rfc:`XYZ`". This adds hyperlinks to RFC documents. Actually 85% of all RFC references already use this markup, the PR change the rest 15% written as plain text.
msg318247 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-31 04:39
New changeset 0a36ac1a09587735237c5978ebd046313922869c by Serhiy Storchaka in branch 'master':
bpo-33641: Convert RFC references into links. (GH-7103)
https://github.com/python/cpython/commit/0a36ac1a09587735237c5978ebd046313922869c
msg318253 - (view) Author: miss-islington (miss-islington) Date: 2018-05-31 05:33
New changeset 0f1a18326902ad3d0a30fdecbe40513cc5d85879 by Miss Islington (bot) in branch '3.7':
bpo-33641: Convert RFC references into links. (GH-7103)
https://github.com/python/cpython/commit/0f1a18326902ad3d0a30fdecbe40513cc5d85879
msg318257 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-31 06:11
New changeset 55d9e865cb3b50587c17c8a7beee090c4ac8d535 by Serhiy Storchaka in branch '3.6':
[3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276)
https://github.com/python/cpython/commit/55d9e865cb3b50587c17c8a7beee090c4ac8d535
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77822
2018-05-31 06:26:33serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-05-31 06:11:09serhiy.storchakasetmessages: + msg318257
2018-05-31 05:33:25miss-islingtonsetnosy: + miss-islington
messages: + msg318253
2018-05-31 05:21:49serhiy.storchakasetpull_requests: + pull_request6901
2018-05-31 04:40:13miss-islingtonsetpull_requests: + pull_request6898
2018-05-31 04:39:03serhiy.storchakasetmessages: + msg318247
2018-05-24 22:17:21serhiy.storchakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request6742
2018-05-24 22:14:54serhiy.storchakacreate