[issue19129] 6.2.1. Regular Expression Syntax flags

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: This is intended, the U flag is a legacy flag that is not supposed to by used in new code. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker

[issue19129] 6.2.1. Regular Expression Syntax flags

2013-10-05 Thread Santosh Kumar
Changes by Santosh Kumar : -- keywords: +patch Added file: http://bugs.python.org/file31963/re_u.patch ___ Python tracker ___ ___ Pyth

[issue19129] 6.2.1. Regular Expression Syntax flags

2013-10-04 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy type: -> enhancement versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list

[issue19129] 6.2.1. Regular Expression Syntax flags

2013-10-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- stage: -> needs patch versions: +Python 2.7, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list ma

[issue19129] 6.2.1. Regular Expression Syntax flags

2013-09-29 Thread Jason Smestad
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 describ