What Data is Available With a Pickled Object Over a Socket?

Hendrik van Rooyen mail at microcorp.co.za
Fri Oct 19 03:31:08 EDT 2007


 "milan_sanremo" <hanco,,,ail.com>wrote:


> 
> pickledMailbag = cPickle.dump(mb, HIGHEST_PROTOCOL)
> 

If you are going to send it over a socket - is it not better to use
dumps instead of dump?

- Hendrik




More information about the Python-list mailing list