Commit b07285dc authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent eec25efa
cPickle, A C Pickle Implementation cPickle, A C Pickle Implementation
"cPickle", http://www.digicool.com/releases/cPickle/cPickle-0.3.1.tar.gz, "cPickle", http://www.digicool.com/releases/cPickle/cPickle-1.0b1.tar.gz,
is a C implementation of the Python module, pickle.py, and is is a C implementation of the Python module, pickle.py, and is
fully compatible with pickle: all types picklable by pickle can be fully compatible with pickle: all types picklable by pickle can be
pickled using cPickle [1], and pickles generated using pickle may be pickled using cPickle [1], and pickles generated using pickle may be
...@@ -112,8 +112,8 @@ cPickle, A C Pickle Implementation ...@@ -112,8 +112,8 @@ cPickle, A C Pickle Implementation
Status Status
The current release of cPickle is "0.3.1", The current release of cPickle is "1.0b1",
http://www.digicool.com/releases/cPickle/cPickle-0.3.1.tar.gz. http://www.digicool.com/releases/cPickle/cPickle-1.0b1.tar.gz.
This release requires Python version 1.4 or higher. This release requires Python version 1.4 or higher.
This version introduces a special binary mode format for floats. This version introduces a special binary mode format for floats.
...@@ -247,7 +247,7 @@ cPickle, A C Pickle Implementation ...@@ -247,7 +247,7 @@ cPickle, A C Pickle Implementation
global references. global references.
1.0 -- Official release 1.0b1 -- Official release (almost)
This is the release that I expect to be included in Python This is the release that I expect to be included in Python
1.5 final. 1.5 final.
...@@ -310,8 +310,6 @@ cPickle, A C Pickle Implementation ...@@ -310,8 +310,6 @@ cPickle, A C Pickle Implementation
To do To do
I actually thought I was done some time ago, but a couple of
things have come up:
- Support for pickling humongous arrays. Konrad Hinsen summed up - Support for pickling humongous arrays. Konrad Hinsen summed up
the issue: the issue:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment