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

raymond.hettinger python-checkins at python.org
Mon Mar 2 23:16:43 CET 2009


Author: raymond.hettinger
Date: Mon Mar  2 23:16:43 2009
New Revision: 70105

Log:
Fix versionchanged.

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	Mon Mar  2 23:16:43 2009
@@ -621,7 +621,7 @@
    Named tuple instances do not have per-instance dictionaries, so they are
    lightweight and require no more memory than regular tuples.
 
-   .. versionchanged:: 2.7
+   .. versionchanged:: 3.1
       added support for *rename*.
 
 Example:


More information about the Python-checkins mailing list