diff options
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r-- | Doc/library/ast.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index c9ae0abdd66..ca9a6b0712c 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -2577,21 +2577,21 @@ The following options are accepted: Python version in the format 3.x (for example, 3.10). Defaults to the current version of the interpreter. - .. versionadded:: next + .. versionadded:: 3.14 .. option:: -O <level> --optimize <level> Optimization level for parser. Defaults to no optimization. - .. versionadded:: next + .. versionadded:: 3.14 .. option:: --show-empty Show empty lists and fields that are ``None``. Defaults to not showing empty objects. - .. versionadded:: next + .. versionadded:: 3.14 If :file:`infile` is specified its contents are parsed to AST and dumped |