From: Saiyang Gou Date: Thu, 15 Oct 2020 19:06:23 +0000 (-0700) Subject: Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) X-Git-Tag: v3.10.0a2~180 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf693e537dc8aaa14315a7f59baec4a31d1167d3;p=thirdparty%2FPython%2Fcpython.git Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 6495b4844449..ce6b868458ea 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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)