[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker ___ ___

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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/8cf7ebb32dbdfb976ac92afd264e75

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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/4d6543005df6eb

[issue32565] Document the version of adding opcodes

2018-02-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +5297 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue32565] Document the version of adding opcodes

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5296 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32565] Document the version of adding opcodes

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

[issue32565] Document the version of adding opcodes

2018-01-16 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +5053 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue32565] Document the version of adding opcodes

2018-01-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : 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). -- assignee: docs@python components: Documentation messages: 310061 nosy: docs@pyt