R. David Murray added the comment:

One should always use raw strings for regex expressions, and this is already 
documented in the introduction to the regex module.  Further, in 3.5 using \ in 
front of characters that aren't special produces a warning, which should reduce 
the frequency of this mistake.

I don't see that there's anything to do here.

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to