[Python-3000] Metaclasses in Python 3000: Draft 2 (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 14 08:49:43 CET 2007


Talin wrote:

It does not need to implement the full dictionary interface; only the ability to insert items and retrieve them are required. (Note: double check that this is true).

Deletion ability might be required as well, in case del is used in the class body.

-- Greg



More information about the Python-3000 mailing list