mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
189 B
ReStructuredText
3 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`.
|