Issue 32565: Document the version of adding opcodes
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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:56 | admin | set | github: 76746 |
| 2018-02-01 12:48:18 | serhiy.storchaka | set | status: open -> closed stage: patch review -> resolved resolution: fixed versions: + Python 3.8 |
| 2018-02-01 12:47:25 | serhiy.storchaka | set | messages: + msg311423 |
| 2018-02-01 12:13:00 | serhiy.storchaka | set | messages: + msg311422 |
| 2018-02-01 11:55:44 | serhiy.storchaka | set | pull_requests: + pull_request5297 |
| 2018-02-01 11:48:52 | miss-islington | set | pull_requests: + pull_request5296 |
| 2018-02-01 11:48:40 | serhiy.storchaka | set | messages: + msg311419 |
| 2018-01-16 09:32:15 | serhiy.storchaka | set | keywords:
+ patch stage: patch review pull_requests: + pull_request5053 |
| 2018-01-16 09:28:50 | serhiy.storchaka | create | |
