Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

While you're cleaning up the module, take a look at the Quoter class.  It 
overrides __init__ and __missing__, so Quoter is not using any of the 
defaultdict features at all.  I'm thinking it could just inherit from dict.

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44002>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to