[Python-Dev] Descriptor write-up [second draft]

Raymond Hettinger python@rcn.com
Mon, 2 Jun 2003 17:31:18 -0400


[Aahz]
> Change that list bit to "continuing through base classes of type(a), but
> not metaclasses of type(a)".  (I find that base/derived works better
> than parent/child.)

Done.