diff options
author | Raymond Hettinger <python@rcn.com> | 2009-03-10 22:48:06 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-03-10 22:48:06 (GMT) |
commit | 150fb9c7c6f0ab4d368e795a923d7d263b735e18 (patch) | |
tree | 73a9bd3dd9c4e7f3225a3a5abbcb59f820ecd0dc /Doc/library | |
parent | 5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb (diff) | |
download | cpython-150fb9c7c6f0ab4d368e795a923d7d263b735e18.zip cpython-150fb9c7c6f0ab4d368e795a923d7d263b735e18.tar.gz cpython-150fb9c7c6f0ab4d368e795a923d7d263b735e18.tar.bz2 |
Record version added as 3.1.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/collections.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index ef1bca2..1a23fca 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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. - .. versionadded:: 2.7 + .. versionadded:: 3.1 In addition to the above, deques support iteration, pickling, ``len(d)``, |