zopefoundation / zodbpickle

Fork of Python's pickle module to work with ZODB
Other
17 stars 15 forks source link

zodbpickle completeness #3

Closed ctismer closed 11 years ago

ctismer commented 11 years ago

Hi Tres et al,

I appreciate the creation of zodbpickle very much, because that is a really working solution for pickling compatibility.

What I do not understand:

Why does zodbpickle not try to be complete:

Python 3's pickle defines a DEFAULT_PROTOCOL module global, which zodbpickle.pickle does not have. Is there any good reason to not defining these standard things? Maybe intentionally, to be a common denominator, or is it just forgotten?

Many thanks, anyway, this saved me a couple of days ;-)

cheers - chris