From 150fb9c7c6f0ab4d368e795a923d7d263b735e18 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 10 Mar 2009 22:48:06 +0000 Subject: [PATCH] Record version added as 3.1. --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index ef1bca27978..1a23fca31d0 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)``,