]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Oct 2020 22:44:06 +0000 (15:44 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 22:44:06 +0000 (19:44 -0300)
(cherry picked from commit cf693e537dc8aaa14315a7f59baec4a31d1167d3)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
Co-authored-by: Saiyang Gou <gousaiyang@163.com>
Doc/library/test.rst

index f7e6eba0181614d7ef6a3125360195f5267b3b80..e24f69cda8c868f38c3bf2ac4a2c18c079107c90 100644 (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)