
April 29, 2013
4:59 a.m.
Le Mon, 29 Apr 2013 00:48:43 +0300, anatoly techtonik <techtonik@gmail.com> a écrit :
On Sat, May 12, 2012 at 12:15 PM, Oleg Broytman <phd@phdru.name> wrote:
On Sat, May 12, 2012 at 11:59:03AM +0300, anatoly techtonik < techtonik@gmail.com> wrote:
Just an idea of usability fix for Python 3. hexdump module (function or bytes method is better) as simple, easy and intuitive way for dumping binary data when writing programs in Python.
Well, you know, the way to add such modules to Python is via Cheeseshop.
Actually, I think a hexdump() function in pprint would be a nice addition. I find myself wanting it when inspecting some binary protocols (e.g. pickle :-)). Regards Antoine.