diff options
Diffstat (limited to 'Lib/sre_parse.py')
-rw-r--r-- | Lib/sre_parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sre_parse.py b/Lib/sre_parse.py index 49dc080..d53d37c 100644 --- a/Lib/sre_parse.py +++ b/Lib/sre_parse.py @@ -712,7 +712,7 @@ def parse_template(source, pattern): if type(sep) is type(""): makechar = chr else: - makechar = unichr + makechar = chr while 1: this = sget() if this is None: |