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 Dongfang Qu
Recipients Dongfang Qu, docs@python
Date 2020-05-16.23:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589672007.55.0.638241402645.issue40651@roundup.psfhosted.org>
In-reply-to
Content
class:`OrderedDict` Examples: LRU implementation has a bug.
Details: 
The calls to the `__setitem__` method should also count as usages.
History
Date User Action Args
2020-05-16 23:33:27Dongfang Qusetrecipients: + Dongfang Qu, docs@python
2020-05-16 23:33:27Dongfang Qusetmessageid: <1589672007.55.0.638241402645.issue40651@roundup.psfhosted.org>
2020-05-16 23:33:27Dongfang Qulinkissue40651 messages
2020-05-16 23:33:27Dongfang Qucreate