On Thu, Apr 7, 2011 at 4:11 PM, Anselm Kruis <[email protected]>wrote:
> if you are interested in pickling, you might want to look at the new > sPickle > package available on PyPI: http://pypi.python.org/pypi/sPickle > > It extends the standard class pickle.Pickler and is able to serialise many > types, including most classes, modules, packages. The source archive > contains a > readme and a first example. I also submitted a presentation about sPickle > for the EuroPython 2011 conference. > > The code was developed as part of a commercial project and recently > released as free software by science + computing ag. Currently it requires > Stackless Python 2.7. The code is not very well tested outside of the > application it was developed for. Therefore you should consider it alpha > quality. > > Hi Anselm, Thanks for releasing a Stackless-related project :-) I saw this get released on Pypi when you added it there. Can you give a description of the use it has been put to? Cheers, Richard.
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
