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@python
components: Documentation
messages: 293726
nosy: docs@python, jwilk
priority: normal
severity: normal
status: open
title: Incomplete description of re.LOCALE

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30373>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to