Ethan Furman <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue41786> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
