In article <[EMAIL PROTECTED]>,
 John Machin <[EMAIL PROTECTED]> wrote:

> Hrvoje Niksic wrote:
> > [EMAIL PROTECTED] writes:
> > 
> >> Is there an official list of all Python's __<special-methods>__?
> > 
> > http://docs.python.org/ref/specialnames.html
> 
> __missing__ is missing :-)
> 
> see note (10) at the bottom of http://docs.python.org/lib/typesmapping.html

Yes, and __copy__ and __deepcopy__ are missing too:

http://docs.python.org/lib/module-copy.html

Dave
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to