Oops. I should re-read my mails before I send them, not /after/ I send them.

On 13 March 2012 12:44, Merlijn van Deen <valhall...@arctus.nl> wrote:
>>>> pickled = BytestrPickler(data, bytestr=True); unpickled = 
>>>> BytestrUnpickler(data, bytestr=True)

should of course read

>>>> pickled = BytestrPickler(data); unpickled = BytestrUnpickler(data)


Sorry about that.

Merlijn
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to