]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Checkpoint. Make pickle.py read/write bytes.
authorGuido van Rossum <guido@python.org>
Fri, 4 May 2007 19:56:22 +0000 (19:56 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 May 2007 19:56:22 +0000 (19:56 +0000)
commit2e6a4b37baf560adeee13e9a5702b23f275cc7bd
tree7d42319c83cc31c016df389a7bb41ef02afd3858
parent612344f12774cbbefd735d9fcbfb2001fe187362
Checkpoint.  Make pickle.py read/write bytes.
Fix strict.py so it reads/writes bytes and accepts both string types as format.
Lib/pickle.py
Lib/struct.py