[New-bugs-announce] [issue30373] Incomplete description of re.LOCALE

Jakub Wilk report at bugs.python.org
Mon May 15 13:33:23 EDT 2017


New submission from Jakub Wilk:

<https://docs.python.org/3/library/re.html#re.LOCALE> 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-dependent.

----------
assignee: docs at python
components: Documentation
messages: 293726
nosy: docs at python, jwilk
priority: normal
severity: normal
status: open
title: Incomplete description of re.LOCALE

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


More information about the New-bugs-announce mailing list