Georg Brandl added the comment:

Blasphemous question: why not give bytes a __hex__ method? Then you could use 
hex() to convert them :)

The patch is outdated; it should not use PyUnicode_AS_UNICODE, but 
PyUnicode_New(..., 127) and then PyUnicode_1BYTE_DATA to get the char array.

----------
nosy: +georg.brandl

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

Reply via email to