mirror of https://github.com/python/cpython
Record version added as 3.1.
This commit is contained in:
parent
5bb0f0e072
commit
150fb9c7c6
|
@ -367,7 +367,7 @@ counts, but the output will exclude results with counts of zero or less.
|
||||||
|
|
||||||
Maximum size of a deque or *None* if unbounded.
|
Maximum size of a deque or *None* if unbounded.
|
||||||
|
|
||||||
.. versionadded:: 2.7
|
.. versionadded:: 3.1
|
||||||
|
|
||||||
|
|
||||||
In addition to the above, deques support iteration, pickling, ``len(d)``,
|
In addition to the above, deques support iteration, pickling, ``len(d)``,
|
||||||
|
|
Loading…
Reference in New Issue