[Python-Dev] For review: PEP 307 protocol (original) (raw)

[Python-Dev] For review: PEP 307 - Extensions to the pickle protocol

Tim Peters tim.one@comcast.net
Sat, 08 Feb 2003 12:07:20 -0500


[Tim]

... Although pickle.py's Pickler internals were reworked to key off a new "proto" attr in some places for protocol 2, the old "bin" attr is still there, and set to self.proto > 1.

Grrrr. self.bin is set to self.proto > 0, of course. My apologies!