summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-04-19-17-30-17.gh-issue-91700.MRJi6m.rst
blob: 73b106869697ba3831a75314dbc1b3c36549f20a (plain)
1
2
3
4
Compilation of regular expression containing a conditional expression
``(?(group)...)`` now raises an appropriate :exc:`re.error` if the group
number refers to not defined group. Previously an internal RuntimeError was
raised.