Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

\s matches a character, whereas \A and \Z don't. Within a character set \s 
makes sense, but \A and \Z don't, so they should be treated as literals.

----------

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

Reply via email to