Guido van Rossum wrote: > I could add an encoding option to the pickle > loading APIs
That sounds like the right thing to me. Or at least I can't think of anything better. Applications wanting to deal with pickles containing strings of binary data would just have to specify latin1 and translate the resulting strings to bytes themselves. -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
