Ethan Furman <et...@stoneleaf.us> added the comment:

>>> import re
>>> re.I
re.IGNORECASE

>>> print(re.I)
RegexFlag.IGNORECASE    # according to comment in linked issue, this should be 
`re.IGNORECASE` as well

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to