diff options
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 8293d49..d86550f 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -40,6 +40,8 @@ the following command can be used to display the disassembly of Bytecode analysis ----------------- +.. versionadded:: 3.4 + The bytecode analysis API allows pieces of Python code to be wrapped in a :class:`Bytecode` object that provides easy access to details of the compiled code. |