New submission from py.user <port...@yandex.ru>: http://docs.python.org/py3k/library/re.html#re.regex.flags "or 0 if no flags were provided"
>>> import re >>> p = re.compile(r'', 0) >>> p.flags 32 >>> ---------- assignee: docs@python components: Documentation, Regular Expressions messages: 155362 nosy: docs@python, ezio.melotti, mrabarnett, py.user priority: normal severity: normal status: open title: regex.flags is never equal to 0 versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14250> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com