This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, fdrake, pitrou, serhiy.storchaka, techtonik
Date 2013-04-29.18:34:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367260495.72.0.603563771777.issue17868@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of comments:
 1) A separate function might be better.  I think this kind of output would be more useful while inspecting individual byte objects, rather than having it for arbitrary byte objects (that might be inside other containers).
 2) I don't know if the output of pprint is supposed to be eval()uable, but I don't like too much the base64.b16decode(...).replace(' ', '') in the output (especially if the byte objects are short).  If a separate function is used as suggested in 1) this won't be a problem.  Using the hex_codec might be another option.
History
Date User Action Args
2013-04-29 18:34:55ezio.melottisetrecipients: + ezio.melotti, fdrake, pitrou, techtonik, serhiy.storchaka
2013-04-29 18:34:55ezio.melottisetmessageid: <1367260495.72.0.603563771777.issue17868@psf.upfronthosting.co.za>
2013-04-29 18:34:55ezio.melottilinkissue17868 messages
2013-04-29 18:34:55ezio.melotticreate