From 6a9c1268cafb3c91a54b577ae7c7e7a937467a4c Mon Sep 17 00:00:00 2001 From: "Miss Skeleton (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 19 Oct 2020 15:44:06 -0700 Subject: Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761) (cherry picked from commit cf693e537dc8aaa14315a7f59baec4a31d1167d3) Co-authored-by: Saiyang Gou Co-authored-by: Saiyang Gou --- Doc/library/test.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/test.rst b/Doc/library/test.rst index f7e6eba..e24f69c 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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) -- cgit v0.12