Walter Prins wrote:

pickle files are binary files and you probably opened it as a text file.
See here: http://docs.python.org/py3k/library/functions.html#open

Not so. Pickle protocol 0 is text, and it happens to be the default protocol used if you don't instruct it different. So by default, pickles are text unless you specifically use a binary protocol.



--
Steven

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to