From 6073d3f2d19c0953b7c488d0215094fff8522b5a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 2 Apr 2020 15:36:07 -0700 Subject: [PATCH] PEP 617: Clarify that in 3.9 beta 1 the new parser will be the default --- pep-0617.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0617.rst b/pep-0617.rst index 8d47f71c1..cc3519a83 100644 --- a/pep-0617.rst +++ b/pep-0617.rst @@ -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