Python slang

Terry Reedy tjreedy at udel.edu
Sat Aug 6 14:33:06 EDT 2016


On 8/6/2016 2:30 AM, Michael Selik wrote:

> When people ask me why the core classes are lowercased,

Int, float, list, dict, etc were once functions that return objects of 
type 'int', 'float', 'list', 'dict', etc, before they became 'new-style 
classes', which are not just 'classes'.  The lowercasing was maintained 
as new builting classes were added.


-- 
Terry Jan Reedy




More information about the Python-list mailing list