[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
- Previous message: [Python-Dev] For review: PEP 307 - Extensions to the pickle protocol
- Next message: [Python-Dev] For review: PEP 307 - Extensions to the pickle protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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!
- Previous message: [Python-Dev] For review: PEP 307 - Extensions to the pickle protocol
- Next message: [Python-Dev] For review: PEP 307 - Extensions to the pickle protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]