K 10 svn:author V 2 pi K 8 svn:date V 27 2016-12-26T07:22:13.227796Z K 7 svn:log V 420 New port: devel/py-dill Dill extends python's 'pickle' module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to on python object hierarchy. WWW: https://pypi.python.org/pypi/dill PR: 214677 Submitted by: Yuri Victorovich END