This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients gregory.p.smith, rhettinger
Date 2021-05-01.19:05:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619895959.19.0.33724092154.issue44002@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-05-01 19:05:59rhettingersetrecipients: + rhettinger, gregory.p.smith
2021-05-01 19:05:59rhettingersetmessageid: <1619895959.19.0.33724092154.issue44002@roundup.psfhosted.org>
2021-05-01 19:05:59rhettingerlinkissue44002 messages
2021-05-01 19:05:59rhettingercreate