Overriding a method at the instance level on a subclass of a builtin type

George Sakkis george.sakkis at gmail.com
Thu Dec 4 13:13:00 EST 2008


On Dec 4, 1:03 pm, "Zac Burns" <zac... at gmail.com> wrote:
> Ok... but why are the special methods handled differently?

Because otherwise they wouldn't be special ;-) And also for
performance and implementation reasons I believe.

George



More information about the Python-list mailing list