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: Document the version of adding opcodes
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: docs@python Nosy List: docs@python, ncoghlan, pitrou, serhiy.storchaka, yselivanov
Priority: normal Keywords: patch

Created on 2018-01-16 09:28 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5199 merged serhiy.storchaka, 2018-01-16 09:32
PR 5470 merged miss-islington, 2018-02-01 11:48
PR 5471 merged serhiy.storchaka, 2018-02-01 11:55
Messages (4)
msg310061 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-01-16 09:28
The version of adding a new opcode is not specified for some opcodes. The proposed PR adds missed 'versionadded' directives (as usually, only when added after 3.0).
msg311419 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-02-01 11:48
New changeset 12e7cd8a51956a5ce373aac692ae6366c5f86584 by Serhiy Storchaka in branch 'master':
bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)
https://github.com/python/cpython/commit/12e7cd8a51956a5ce373aac692ae6366c5f86584
msg311422 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-02-01 12:13
New changeset 4d6543005df6eba6ec3414686fdc251cb4fe9792 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7':
bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199) (GH-5470)
https://github.com/python/cpython/commit/4d6543005df6eba6ec3414686fdc251cb4fe9792
msg311423 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-02-01 12:47
New changeset 8cf7ebb32dbdfb976ac92afd264e7587fb0da7ae by Serhiy Storchaka in branch '3.6':
[3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-5199). (GH-5471)
https://github.com/python/cpython/commit/8cf7ebb32dbdfb976ac92afd264e7587fb0da7ae
History
Date User Action Args
2022-04-11 14:58:56adminsetgithub: 76746
2018-02-01 12:48:18serhiy.storchakasetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.8
2018-02-01 12:47:25serhiy.storchakasetmessages: + msg311423
2018-02-01 12:13:00serhiy.storchakasetmessages: + msg311422
2018-02-01 11:55:44serhiy.storchakasetpull_requests: + pull_request5297
2018-02-01 11:48:52miss-islingtonsetpull_requests: + pull_request5296
2018-02-01 11:48:40serhiy.storchakasetmessages: + msg311419
2018-01-16 09:32:15serhiy.storchakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request5053
2018-01-16 09:28:50serhiy.storchakacreate