[issue14250] for string patterns regex.flags is never equal to 0

py.user report at bugs.python.org
Tue Mar 13 03:17:02 CET 2012


py.user <port139 at yandex.ru> added the comment:

>>> import re
>>> p = re.compile(br'')
>>> p.flags
0
>>>

----------
title: regex.flags is never equal to 0 -> for string patterns regex.flags is never equal to 0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14250>
_______________________________________


More information about the Python-bugs-list mailing list