[3.13] Add .. versionadded directive to dis CLI options (GH-130267) (#130401)

(cherry picked from commit 9bf73c032f)
This commit is contained in:
sobolevn 2025-02-21 16:14:27 +03:00 committed by GitHub
parent ea15cefbf7
commit 2a978e16d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.