]> granicus.if.org Git - python/commit
Jim Fulton writes:
authorGuido van Rossum <guido@python.org>
Thu, 22 Oct 1998 20:15:36 +0000 (20:15 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Oct 1998 20:15:36 +0000 (20:15 +0000)
commitd370379186e1639ff43b245c54ed56dbdc8ab96c
treee57cd3d3795901f52cf67194b0b525d4e93b0247
parentcf1daad891924413ac42d3bdcefbc973799f8302
Jim Fulton writes:

"""
I've attached a long overdue patch to pickle.py to bring it to format
1.3, which is the same as 1.2 except that the binary float format
is supported.  This is done using the new platform-indepent format
features of struct.

This patch also gets rid of the undocumented obsolete Pickler
dump_special method.
"""
Lib/pickle.py