]> granicus.if.org Git - python/commitdiff
Declare Protocol 2 as implemented.
authorGuido van Rossum <guido@python.org>
Wed, 29 Jan 2003 06:16:12 +0000 (06:16 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Jan 2003 06:16:12 +0000 (06:16 +0000)
Lib/pickle.py

index d98bcd50761a119459380ac09ec4cd20bbf05fc2..e36e6a6c90c1a4f48176ef97d3b670c1662b25ab 100644 (file)
@@ -141,7 +141,7 @@ BINFLOAT        = 'G'   # push float; arg is 8-byte float encoding
 TRUE            = 'I01\n'  # not an opcode; see INT docs in pickletools.py
 FALSE           = 'I00\n'  # not an opcode; see INT docs in pickletools.py
 
-# Protocol 2 (XXX not yet implemented).
+# Protocol 2
 
 PROTO           = '\x80'  # identify pickle protocol
 NEWOBJ          = '\x81'  # build object by applying cls.__new__ to argtuple