Open hiromi-mi opened 3 years ago
Hello.
Python 3.7 removed re._pattern_type ( see python/cpython#1646 ) and added re.Pattern type instead.
re._pattern_type
re.Pattern
To support python 3.7 (or later), I rewrited to use re.Pattern and added rollback.
Thanks!
Hello.
Python 3.7 removed
re._pattern_type
( see python/cpython#1646 ) and addedre.Pattern
type instead.To support python 3.7 (or later), I rewrited to use re.Pattern and added rollback.
Thanks!