May 16, 2020
11:33 p.m.
New submission from Dongfang Qu <qudongfang@gmail.com>: class:`OrderedDict` Examples: LRU implementation has a bug. Details: The calls to the `__setitem__` method should also count as usages. ---------- assignee: docs@python components: Documentation messages: 369083 nosy: Dongfang Qu, docs@python priority: normal severity: normal status: open title: class:`OrderedDict` Examples: LRU implementation has a bug. _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40651> _______________________________________