[issue13391] string.strip Does Not Remove Zero-Width-Space (ZWSP)

Martin v. Löwis report at bugs.python.org
Tue Nov 15 00:40:02 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

Making it a feature request would procedurally be ok. However, I'd immediately refuse that as feature creep. Use regular expressions for more advanced stripping than what the .strip method provides.

----------

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


More information about the Python-bugs-list mailing list