zopefoundation / zodbpickle

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

Fix tests under recent versions of Python 3.4 #13

Closed jamadden closed 9 years ago

jamadden commented 9 years ago

This doesn't support the new pickle protocol introduced in 3.4 (version 4), it just makes the existing tests run.

It also fixes the 2.6 failure introduced by #11, and adds all supported versions to be tested under travis.