zopefoundation / zodbpickle

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

Support installing (and testing) on Jython 2.7 #15

Closed jamadden closed 9 years ago

jamadden commented 9 years ago

Because of the work for PyPy support, it could also already be installed on Jython if the user knew to set the 'PURE_PYTHON' environment variable. This makes it explicit and the user doesn't have to know that.

tseaver commented 9 years ago

Nice work on the tox-related Jython bug. I hope your fix gets merged before 2.7 final..