From 8f354f2beadb16efff8fd622b680dd8b1a524a70 Mon Sep 17 00:00:00 2001 From: gousaiyang Date: Fri, 9 Oct 2020 11:45:11 -0700 Subject: [PATCH] Document that `test.support.bytecode_helper` is new in 3.9 --- Doc/library/test.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 6495b4844449e5..ce6b868458ea4f 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)