Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)

(cherry picked from commit cf693e537d)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
This commit is contained in:
Miss Skeleton (bot) 2020-10-19 15:44:06 -07:00 committed by GitHub
parent 05d52a0ad6
commit 6a9c1268ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1609,6 +1609,8 @@ script execution tests.
The :mod:`test.support.bytecode_helper` module provides support for testing
and inspecting bytecode generation.
.. versionadded:: 3.9
The module defines the following class:
.. class:: BytecodeTestCase(unittest.TestCase)