diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 1ba87425d60e1a..23c7aa27c57e7e 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -99,10 +99,14 @@ The following options are accepted: Show inline caches. + .. versionadded:: 3.13 + .. option:: -O, --show-offsets Show offsets of instructions. + .. versionadded:: 3.13 + If :file:`infile` is specified, its disassembled code will be written to stdout. Otherwise, disassembly is performed on compiled source code received from stdin.