[Python-3000] Why lowercase?

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Dec 15 00:46:08 CET 2007


Phillip J. Eby wrote:
> Er, no, its functionality *isn't* replaced by subclassable dict, 
> since subclassable dict does stuff you can't override (e.g. copy() 
> doesn't return a subclass instance).

But you could override copy() in your dict subclass.

--
Greg


More information about the Python-3000 mailing list