mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-35118: Improve docs regarding indexing (GH-10265)
This commit is contained in:
parent
55f3317e98
commit
98b8535415
2 changed files with 5 additions and 4 deletions
|
@ -275,4 +275,5 @@ SimpleQueue Objects
|
|||
|
||||
:class:`collections.deque` is an alternative implementation of unbounded
|
||||
queues with fast atomic :meth:`~collections.deque.append` and
|
||||
:meth:`~collections.deque.popleft` operations that do not require locking.
|
||||
:meth:`~collections.deque.popleft` operations that do not require locking
|
||||
and also support indexing.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue