[Python-checkins] r70303 - python/branches/py3k/Doc/library/collections.rst

raymond.hettinger python-checkins at python.org
Tue Mar 10 23:48:06 CET 2009


Author: raymond.hettinger
Date: Tue Mar 10 23:48:06 2009
New Revision: 70303

Log:
Record version added as 3.1.

Modified:
   python/branches/py3k/Doc/library/collections.rst

Modified: python/branches/py3k/Doc/library/collections.rst
==============================================================================
--- python/branches/py3k/Doc/library/collections.rst	(original)
+++ python/branches/py3k/Doc/library/collections.rst	Tue Mar 10 23:48:06 2009
@@ -367,7 +367,7 @@
 
       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)``,


More information about the Python-checkins mailing list