[docs] [issue14250] regex.flags is never equal to 0

R. David Murray report at bugs.python.org
Sun Mar 11 03:01:13 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

32 is re.U, which is always ored with the passed in flags, unless re.A is set in the passed in flags.  The flag docs should certinaly be updated to reflect this.

----------
nosy: +r.david.murray
stage:  -> needs patch
versions: +Python 3.3

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


More information about the docs mailing list