blob: 72a8f59d125760397bec11fa64a2d4584d1b59ab [file] [log] [blame]
re.sub() now raises an error for invalid numerical group reference in
replacement template even if the pattern is not found in the string. Error
message for invalid group reference now includes the group index and the
position of the reference. Based on patch by SilentGhost.