]> granicus.if.org Git - python/commit
Add a few comments. Change the way the protocol is checked (it must
authorGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 15:19:53 +0000 (15:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 15:19:53 +0000 (15:19 +0000)
commit1be31759929c67a3f0b8d11ac8a48ab881760fa8
tree46150719c3e4ce7377af7250bf220f1bdd8f0e99
parent3a41c61dd4f4d9e891df7d3cd5094990f8be4676
Add a few comments.  Change the way the protocol is checked (it must
be one of 0, 1 or 2).

I should note that the previous checkin also added NEWOBJ support to
the unpickler -- but there's nothing yet that generates this.
Lib/pickle.py