Change by Dongfang Qu :
--
keywords: +patch
pull_requests: +19445
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20139
___
Python tracker
<https://bugs.python.org/issu
Dongfang Qu added the comment:
Document of `collections`.
https://docs.python.org/3/library/collections.html
--
___
Python tracker
<https://bugs.python.org/issue40
New submission from Dongfang Qu :
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