Skip to content

Commit 5a2433f

Browse files
committed
Add .. versionadded:: directive
1 parent 3138d2e commit 5a2433f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/ast.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2576,15 +2576,21 @@ The following options are accepted:
25762576

25772577
Minor version (int) or 3.x tuple (e.g., 3.10).
25782578

2579+
.. versionadded:: next
2580+
25792581
.. option:: -o <level>
25802582
--optimize <level>
25812583

25822584
Optimization level for parser.
25832585

2586+
.. versionadded:: next
2587+
25842588
.. option:: --show-empty
25852589

25862590
Show empty lists and fields in dump output.
25872591

2592+
.. versionadded:: next
2593+
25882594
If :file:`infile` is specified its contents are parsed to AST and dumped
25892595
to stdout. Otherwise, the content is read from stdin.
25902596

0 commit comments

Comments
 (0)