Ezio Melotti <[email protected]> added the comment:

Nope, str.strip only strips whitespace, and \x00 is not considered whitespace:
>>> '\x00'.isspace()
False

----------
nosy: +ezio.melotti
resolution: works for me -> invalid

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue13427>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to