freebsd-ports/databases/py-zodbpickle/pkg-descr
Sunpoet Po-Chuan Hsieh 302f26a0fd Update to 1.0.2
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst
2018-10-29 22:12:41 +00:00

10 lines
601 B
Text

zodbpickle presents a uniform pickling interface for ZODB:
- Under Python2, this package forks both Python 2.7's pickle and cPickle
modules, adding support for the protocol 3 opcodes. It also provides a new
subclass of bytes, zodbpickle.binary, which Python2 applications can use to
pickle binary values such that they will be unpickled as bytes under Py3k.
- Under Py3k, this package forks the pickle module (and the supporting C
extension) from both Python 3.2 and Python 3.3. The fork add support for the
noload operations used by ZODB.
WWW: https://github.com/zopefoundation/zodbpickle