New submission from Ezio Melotti <ezio.melo...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5241>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to