Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]")
dumps core. Solution: fix check_escape() to match its comment and use only the low 8 bits of the octal number.
Showing
Please register or sign in to comment
dumps core. Solution: fix check_escape() to match its comment and use only the low 8 bits of the octal number.