From 6b55f3f69212bc7da4cc7a45ce0f4346dbbbd9e8 Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Sat, 8 Jul 2023 08:50:00 +0700 Subject: python/python3-zodbpickle: Added (Fork of Python 3 pickle module). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-zodbpickle/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python/python3-zodbpickle/README (limited to 'python/python3-zodbpickle/README') diff --git a/python/python3-zodbpickle/README b/python/python3-zodbpickle/README new file mode 100644 index 0000000000..e3931221ea --- /dev/null +++ b/python/python3-zodbpickle/README @@ -0,0 +1,13 @@ +zodbpickle: Fork of Python 3 pickle module. + +This package 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. -- cgit v1.2.3