3 Suggestions to Make Python Easier For Children

Marko Rauhamaa marko at pacujo.net
Sat Aug 2 04:03:37 EDT 2014


Mark Summerfield <list at qtrac.plus.com>:

> object() returns a minimal featureless object with no dictionary (no
> __dict__ attribute). This makes sense for efficiency since not all
> objects need a dictionary.

__setattr__ could create __dict__ belatedly.


Marko



More information about the Python-list mailing list