Skip to content

Commit 2a978e1

Browse files
authored
[3.13] Add .. versionadded directive to dis CLI options (GH-130267) (#130401)
(cherry picked from commit 9bf73c0)
1 parent ea15cef commit 2a978e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/dis.rst

+4
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,14 @@ The following options are accepted:
9999

100100
Show inline caches.
101101

102+
.. versionadded:: 3.13
103+
102104
.. option:: -O, --show-offsets
103105

104106
Show offsets of instructions.
105107

108+
.. versionadded:: 3.13
109+
106110
If :file:`infile` is specified, its disassembled code will be written to stdout.
107111
Otherwise, disassembly is performed on compiled source code received from stdin.
108112

0 commit comments

Comments
 (0)