[issue27220] Add a pure Python version of 'collections.defaultdict'

Raymond Hettinger report at bugs.python.org
Thu Jul 7 17:52:50 EDT 2016


Raymond Hettinger added the comment:

I don't think there is any advantage to adding a pure python version of defaultdict (or we would have done it a long time ago).   Each time we do this, it creates a host of downstream issues where people notice minor implementation differences between the two.

----------
priority: normal -> low
resolution:  -> rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27220>
_______________________________________


More information about the Python-bugs-list mailing list