[issue24896] It is undocumented that re.UNICODE affects re.IGNORECASE

2016-10-16 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue24896] It is undocumented that re.UNICODE affects re.IGNORECASE

2016-01-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- components: +Regular Expressions nosy: +ezio.melotti, mrabarnett stage: -> needs patch type: -> enhancement versions: +Python 3.5, Python 3.6 -Python 3.4 ___ Python tracker __

[issue24896] It is undocumented that re.UNICODE affects re.IGNORECASE

2015-08-19 Thread R. David Murray
R. David Murray added the comment: I think it would be reasonable to add re.IGNORECASE to the list of things affected, since it obviously does switch between using the unicode database and not doing so. -- nosy: +r.david.murray ___ Python tracker <

[issue24896] It is undocumented that re.UNICODE affects re.IGNORECASE

2015-08-19 Thread Leif Arne Storset
New submission from Leif Arne Storset: A non-ASCII string does not match a regular expression case-insensitively unless the UNICODE flag is set. This seems reasonable, but the documentation seems to imply that this is not the case. The example: import re # Does not match re.compile(