[issue19129] 6.2.1. Regular Expression Syntax flags

Jason Smestad report at bugs.python.org
Sun Sep 29 18:09:07 CEST 2013


New submission from Jason Smestad:

In the Python 3.3.2 documentation in the section "6.2.1. Regular Expression Syntax" subsection "(?aiLmsux)" it describes flags that are set by extention notation. 6 of the flags are described in detail with links for each flag, but the "u" flag is not described or linked to in this subsection. 

When reading this subsection, you may be confused as to what the "u" flag is for, or if it even belongs there, since there is no link. I suggest that a link be added in that subsection to the re.A section in 6.2.2, and that re.U be added as a title for the re.A subsection in 6.2.2.

----------
assignee: docs at python
components: Documentation
messages: 198600
nosy: docs at python, endoalir
priority: normal
severity: normal
status: open
title: 6.2.1. Regular Expression Syntax flags
versions: Python 3.3

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


More information about the Python-bugs-list mailing list