Message 392619 - Python tracker (original) (raw)
Message392619
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:59 | rhettinger | set | recipients: + rhettinger, gregory.p.smith |
2021-05-01 19:05:59 | rhettinger | set | messageid: 1619895959.19.0.33724092154.issue44002@roundup.psfhosted.org |
2021-05-01 19:05:59 | rhettinger | link | issue44002 messages |
2021-05-01 19:05:59 | rhettinger | create |