[Python-Dev] special method lookup: how much do we care?

Greg Ewing greg.ewing at canterbury.ac.nz
Sun May 10 03:10:53 CEST 2009


Are we solving an actual problem by changing the
behaviour here, or is it just a case of foolish
consistency?

Seems to me that trying to pin down exactly what
constitutes a "special method" is a fool's errand,
especially if you want it to include __enter__ and
__exit__ but not __reduce__, etc.

-- 
Greg



More information about the Python-Dev mailing list