We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b03f94 commit 062cfe3Copy full SHA for 062cfe3
Doc/library/parser.rst
@@ -51,7 +51,8 @@ Python version to another as source text will always allow correct parse trees
51
to be created in the target version, with the only restriction being that
52
migrating to an older version of the interpreter will not support more recent
53
language constructs. The parse trees are not typically compatible from one
54
-version to another, whereas source code has always been forward-compatible.
+version to another, though source code has usually been forward-compatible within
55
+a major release series.
56
57
Each element of the sequences returned by :func:`st2list` or :func:`st2tuple`
58
has a simple form. Sequences representing non-terminal elements in the grammar
0 commit comments