[issue1367711] Remove usage of UserDict from os.py

Raymond Hettinger report at bugs.python.org
Sat Jan 12 09:02:21 CET 2008


Raymond Hettinger added the comment:

I don't think the point of this patch is worth doing.  The existing 
code is not buggy and runs fine.  Subclassing from dict increases the 
likelihood that an error will be introduced either now or in the future 
as the dict object evolves.  Recommend this be closed.

----------
nosy: +rhettinger

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1367711>
_____________________________________


More information about the Python-bugs-list mailing list