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

2 lines
166 B
ReStructuredText
Raw Normal View History

:func:`ast.parse` will no longer parse function definitions with positional-only params when passed ``feature_version`` less than ``(3, 8)``. Patch by Shantanu Jain.