This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

classification
Title: Missing code tag for "python3" in README.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, docs@python, miss-islington, suriyaa
Priority: normal Keywords: patch, patch, patch

Created on 2018-12-31 20:53 by suriyaa, last changed 2019-01-02 02:04 by benjamin.peterson. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 11394 merged suriyaa, 2018-12-31 20:58
PR 11394 merged suriyaa, 2018-12-31 20:58
PR 11394 merged suriyaa, 2018-12-31 20:58
PR 11399 merged miss-islington, 2019-01-02 01:58
PR 11399 merged miss-islington, 2019-01-02 01:58
PR 11400 merged miss-islington, 2019-01-02 01:58
PR 11400 merged miss-islington, 2019-01-02 01:58
PR 11400 merged miss-islington, 2019-01-02 01:58
Messages (5)
msg332832 - (view) Author: Suriyaa Sundararuban (suriyaa) * Date: 2018-12-31 20:53
Currently there is no code tag for "python3" in the sentence "This will install Python as python3." (Location: https://github.com/python/cpython#build-instructions).

I'm working on this small improvement.
msg332834 - (view) Author: Suriyaa Sundararuban (suriyaa) * Date: 2018-12-31 21:01
Done.
msg332851 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2019-01-02 01:57
New changeset 7e3fb40b923cb09ecc67816d3191197868593737 by Benjamin Peterson (Suriyaa ✌️️) in branch 'master':
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)
https://github.com/python/cpython/commit/7e3fb40b923cb09ecc67816d3191197868593737
msg332853 - (view) Author: miss-islington (miss-islington) Date: 2019-01-02 02:03
New changeset 513fab2c67365e1693216dd59e4df0a5f6bfeb26 by Miss Islington (bot) in branch '3.7':
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)
https://github.com/python/cpython/commit/513fab2c67365e1693216dd59e4df0a5f6bfeb26
msg332854 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2019-01-02 02:04
New changeset de66b8d498e47ed9d70607ac9b9f72468241da77 by Benjamin Peterson (Miss Islington (bot)) in branch '3.6':
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400)
https://github.com/python/cpython/commit/de66b8d498e47ed9d70607ac9b9f72468241da77
History
Date User Action Args
2019-01-02 02:04:27benjamin.petersonsetmessages: + msg332854
2019-01-02 02:03:57miss-islingtonsetnosy: + miss-islington
messages: + msg332853
2019-01-02 01:58:31miss-islingtonsetpull_requests: + pull_request10781
2019-01-02 01:58:27miss-islingtonsetpull_requests: + pull_request10780
2019-01-02 01:58:23miss-islingtonsetpull_requests: + pull_request10779
2019-01-02 01:58:19miss-islingtonsetpull_requests: + pull_request10778
2019-01-02 01:58:15miss-islingtonsetpull_requests: + pull_request10777
2019-01-02 01:57:46benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg332851

resolution: fixed
stage: patch review -> resolved
2018-12-31 21:01:01suriyaasetmessages: + msg332834
2018-12-31 20:58:27suriyaasetkeywords: + patch
stage: patch review
pull_requests: + pull_request10769
2018-12-31 20:58:23suriyaasetkeywords: + patch
stage: (no value)
pull_requests: + pull_request10768
2018-12-31 20:58:19suriyaasetkeywords: + patch
stage: (no value)
pull_requests: + pull_request10767
2018-12-31 20:53:11suriyaacreate