[issue21283] A escape character is used when a REGEXP is an argument of "strip" string function

Matthew Barnett report at bugs.python.org
Thu Apr 17 16:09:48 CEST 2014


Matthew Barnett added the comment:

The argument isn't a regex, it's a raw string literal consisting of the characters " (quote), \ (backslash), ' (apostrophe), < (less than) and > (greater than).

----------

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


More information about the Python-bugs-list mailing list