mirror of
https://github.com/python/cpython.git
synced 2026-06-25 12:27:09 -04:00
Add .. versionadded directive to dis CLI options (#130267)
This commit is contained in:
@@ -105,18 +105,26 @@ The following options are accepted:
|
||||
|
||||
Show inline caches.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
.. option:: -O, --show-offsets
|
||||
|
||||
Show offsets of instructions.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
.. option:: -P, --show-positions
|
||||
|
||||
Show positions of instructions in the source code.
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
.. option:: -S, --specialized
|
||||
|
||||
Show specialized bytecode.
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
If :file:`infile` is specified, its disassembled code will be written to stdout.
|
||||
Otherwise, disassembly is performed on compiled source code received from stdin.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user