PEP 617: Clarify that in 3.9 beta 1 the new parser will be the default

This commit is contained in:
Guido van Rossum 2020-04-02 15:36:07 -07:00
parent 51a0480194
commit 6073d3f2d1
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ initially to fallback to the previous parser if needed:
and ``compile`` will use the parser set by the flags or the environment variable and
the default parser will be the current parser.
2. After Python 3.9 beta 1 the default parser will be the new parser.
2. Starting with Python 3.9 beta 1 the default parser will be the new parser.
3. Between Python 3.9 and Python 3.10, the old parser and related code (like the
"parser" module) will be kept until a new Python release happens (Python 3.10). In