Re: Pickling classes (not class instances)

2009-02-14 Thread Aaron Brady
On Feb 14, 2:19 am, Nicolas M. Thiéry wrote: >          Dear python developers, > > I got no answer to my previous post on this thread "Pickling classes > (not class instances)". > This issue is a show stopper for our project. Any suggestion for where > to ask? snip

Re: Pickling classes (not class instances)

2009-02-14 Thread Nicolas M . Thiéry
Dear python developers, I got no answer to my previous post on this thread "Pickling classes (not class instances)". This issue is a show stopper for our project. Any suggestion for where to ask? Thanks in advance! Best regards,

Pickling classes (not class instances)

2009-01-10 Thread Nicolas M . Thiéry
Dear python developers, Purpose of this e-mail: --- How to customize how a class (not an instance of a class!!!) is pickled? Example: == class metaclass(type): def __new__(mcs, name, base