[issue5241] Missing flags in the Regex howto

Ezio Melotti report at bugs.python.org
Fri Feb 13 04:46:03 CET 2009


New submission from Ezio Melotti <ezio.melotti at gmail.com>:

The Regex howto for Py2.x doesn't include re.U/re.UNICODE
(http://docs.python.org/library/re.html#re.U):
http://docs.python.org/dev/howto/regex.html#compilation-flags (Py2.7)
http://docs.python.org/howto/regex.html#compilation-flags (Py2.6)
...

The Regex howto for Py3.x doesn't include re.A/re.ASCII
(http://docs.python.org/3.0/library/re.html#re.A):
http://docs.python.org/3.0/howto/regex.html#compilation-flags (Py3.0)
http://docs.python.org/dev/py3k/howto/regex.html#compilation-flags (Py3.1)

----------
assignee: georg.brandl
components: Documentation, Regular Expressions
messages: 81868
nosy: akuchling, ezio.melotti, georg.brandl
severity: normal
status: open
title: Missing flags in the Regex howto
versions: Python 2.4, Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list