Skip to content

Commit 6a9c126

Browse files
Document that test.support.bytecode_helper is new in 3.9 (GH-22618) (GH-22761)
(cherry picked from commit cf693e5) Co-authored-by: Saiyang Gou <[email protected]> Co-authored-by: Saiyang Gou <[email protected]>
1 parent 05d52a0 commit 6a9c126

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
@@ -1609,6 +1609,8 @@ script execution tests.
16091609
The :mod:`test.support.bytecode_helper` module provides support for testing
16101610
and inspecting bytecode generation.
16111611

1612+
.. versionadded:: 3.9
1613+
16121614
The module defines the following class:
16131615

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

0 commit comments

Comments
 (0)