Skip to content

Commit cf693e5

Browse files
authored
Document that test.support.bytecode_helper is new in 3.9 (GH-22618)
1 parent e6b8c52 commit cf693e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/test.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,8 @@ script execution tests.
11681168
The :mod:`test.support.bytecode_helper` module provides support for testing
11691169
and inspecting bytecode generation.
11701170

1171+
.. versionadded:: 3.9
1172+
11711173
The module defines the following class:
11721174

11731175
.. class:: BytecodeTestCase(unittest.TestCase)

0 commit comments

Comments
 (0)