cpython/Misc/NEWS.d/next/Core and Builtins/2023-07-22-14-35-38.gh-issu...

4 lines
189 B
ReStructuredText

The ASYNC and AWAIT tokens are removed from the Grammar, which removes the
posibility of making ``async`` and ``await`` soft keywords when using
``feature_version<7`` in :func:`ast.parse`.