Remove PY2-era re.ASCII reference
This commit is contained in:
parent
641058ead2
commit
fb07ab1d8f
@ -52,7 +52,7 @@ _date_parser = re.compile(
|
||||
r"(?::(?P<minute>\d\d)"
|
||||
r"(?::(?P<second>\d\d))"
|
||||
r"?)?)?)?)?Z",
|
||||
getattr(re, "ASCII", 0), # py3-only
|
||||
re.ASCII
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user