[Python-ideas] Adding `Unpicklable` to the `collections` module
Michael Foord
fuzzyman at voidspace.org.uk
Sun Nov 28 17:44:23 CET 2010
On 28 November 2010 14:12, Georg Brandl <g.brandl at gmx.net> wrote:
> Am 28.11.2010 13:40, schrieb Masklinn:
>
> >> Twisted has a taste for "smart" obscure names (can you guess what Avatar
> >> and Portal are for?), which is not in core Python's tradition.
> >> NonPickleable would be fine IMO.
> >>
> >
> > Why not `pickle.Incompatible`? It's not like the ABC has anything to do
> with
> > collections, so it would make more sense for it to live in `pickle`
> (which
> > you've already imported if you're trying to pickle an object) rather than
> > collections.
>
> pickle.Indigestable?
>
Undigestable surely...
Michael
>
> Georg
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
--
http://www.voidspace.org.uk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20101128/8beac85e/attachment.html>
More information about the Python-ideas
mailing list