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:
parent
05d52a0ad6
commit
6a9c1268ca
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue