Benjamin Peterson <[EMAIL PROTECTED]> added the comment:
Pickled files should *always* be used in binary mode.
The 3.0 pickle documentation states this:
"Be sure to always open pickle files created with protocols >= 1 in
binary mode. For the old ASCII-based pickle protocol 0 you can use
either
New submission from Georg Grafendorfer <[EMAIL PROTECTED]>:
Hi all,
I compiled Python3.0rc1 with the usual ./configure make make test make
install on my Athlon XP 1800 (32 bit), using Debian Etch as OS, the
following works on Python2.4 (default in Debian Etch), but not with
Python3.0rc1:
>>> imp