[issue2144] os.environ should inherit dict

Georg Brandl report at bugs.python.org
Sun Feb 24 01:27:21 CET 2008


Georg Brandl added the comment:

> What was the rationale for this decision?  To me it looks like a hold-
> over from the time when dicts were not subclassable.

I reckon it's faster this way, and you want basic datatypes like dict to
be fast.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2144>
__________________________________


More information about the Python-bugs-list mailing list