[issue30373] Incomplete description of re.LOCALE

2017-05-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This looks similar to issue24896. Closing this issue as a duplicate since it is makes large sense to merge these two documentation changes. -- nosy: +serhiy.storchaka resolution: -> fixed stage: -> resolved status: open -> closed superseder: -> It

[issue30373] Incomplete description of re.LOCALE

2017-05-15 Thread Jakub Wilk
New submission from Jakub Wilk: reads: "Make \w, \W, \b, \B, \s and \S dependent on the current locale." But this is not the only thing this flag does. When combined with re.IGNORECASE, it also makes case-insesitive matching locale-dependen