From: Raymond Hettinger Date: Tue, 10 Mar 2009 22:48:06 +0000 (+0000) Subject: Record version added as 3.1. X-Git-Tag: v3.1a2~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=150fb9c7c6f0ab4d368e795a923d7d263b735e18;p=thirdparty%2FPython%2Fcpython.git Record version added as 3.1. --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index ef1bca279780..1a23fca31d09 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)``,