]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618)
authorSaiyang Gou <gousaiyang@163.com>
Thu, 15 Oct 2020 19:06:23 +0000 (12:06 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 19:06:23 +0000 (16:06 -0300)
Doc/library/test.rst

index 6495b4844449e59fcd66a3ffc36e961020c47ddd..ce6b868458ea4f529003d9ea9535bba99fabaf34 100644 (file)
@@ -1168,6 +1168,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)