mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
Deprecate passing optional arguments maxsplit, count and flags in module-level functions re.split(), re.sub() and re.subn() as positional. They should only be passed by keyword.