Closed alexfikl closed 1 year ago
Python 3.11 deprecated sre_constants and mostly imports from re now: https://github.com/python/cpython/blob/3.11/Lib/sre_constants.py
sre_constants
re
This ports to re.error instead, which should be equivalent.
re.error
Thanks!
Python 3.11 deprecated
sre_constants
and mostly imports fromre
now: https://github.com/python/cpython/blob/3.11/Lib/sre_constants.pyThis ports to
re.error
instead, which should be equivalent.