Matthew Barnett added the comment:

@Serhiy: You're overlooking that the LOCALE flag could be inline, e.g. 
r'(?L)\w+'.

Basically, if you've seen the pattern before, you know whether it has an inline 
LOCALE flag; if you haven't seen the pattern before, you'll need to parse it 
anyway, and then you'll discover whether it has an inline LOCALE flag.

----------

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

Reply via email to