[issue33641] Add links to RFCs

2018-05-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33641] Add links to RFCs

2018-05-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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 -

[issue33641] Add links to RFCs

2018-05-30 Thread miss-islington
miss-islington added the comment: 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 -- nosy: +miss-

[issue33641] Add links to RFCs

2018-05-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6901 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33641] Add links to RFCs

2018-05-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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 -- __

[issue33641] Add links to RFCs

2018-05-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +6898 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33641] Add links to RFCs

2018-05-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +6742 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue33641] Add links to RFCs

2018-05-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : 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. -- assignee: docs@python components: Documen