Tweak databases/p5-Amazon-SimpleDB version 0.03_1
[dports.git] / databases / py-zodbpickle / pkg-descr
1 zodbpickle presents a uniform pickling interface for ZODB:
2 - Under Python2, this package forks both Python 2.7's pickle and cPickle
3   modules, adding support for the protocol 3 opcodes. It also provides a new
4   subclass of bytes, zodbpickle.binary, which Python2 applications can use to
5   pickle binary values such that they will be unpickled as bytes under Py3k.
6 - Under Py3k, this package forks the pickle module (and the supporting C
7   extension) from both Python 3.2 and Python 3.3. The fork add support for the
8   noload operations used by ZODB.
9
10 WWW: https://github.com/zopefoundation/zodbpickle