mirror of https://github.com/python/cpython
4 lines
161 B
ReStructuredText
4 lines
161 B
ReStructuredText
|
Improve errors for unsupported look-behind patterns. Now re.error is raised
|
||
|
instead of OverflowError or RuntimeError for too large width of look-behind
|
||
|
pattern.
|