cpython/Misc/NEWS.d/next/Core and Builtins/2022-07-18-04-48-34.gh-issu...

2 lines
140 B
ReStructuredText

:func:`ast.parse` will no longer parse assignment expressions when passed ``feature_version`` less than ``(3, 8)``. Patch by Shantanu Jain.