Mark Dickinson <dicki...@gmail.com> added the comment:

The result is correct. Note that the first character is "0", which is chr(48).

>>> '0' == '\x30'
True
>>> '0\x11\x00\x00' == '\x30\x11\x00\x00'
True

----------
nosy: +mark.dickinson
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to