]> granicus.if.org Git - python/commit
More protocol 2: TUPLE1, TUPLE2, TUPLE3.
authorGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 04:14:51 +0000 (04:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 04:14:51 +0000 (04:14 +0000)
commit44f0ea5f73a6579172ccb661fff3cca47fa4005b
tree4faafb85328e827e097b6ca7bbe3b4f9c00b7b49
parent9d32bb170883dfbeec87e59135a102f93c97fcaf
More protocol 2: TUPLE1, TUPLE2, TUPLE3.

Also moved the special case for empty tuples from save() to save_tuple().
Lib/pickle.py
Lib/test/pickletester.py