]> granicus.if.org Git - python/commitdiff
Documentation nit
authorRaymond Hettinger <python@rcn.com>
Sun, 4 Apr 2010 07:33:46 +0000 (07:33 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 4 Apr 2010 07:33:46 +0000 (07:33 +0000)
Doc/library/functools.rst

index 8f9528a1573a85532c57f199ff45e6db81e86845..6dc9f0abed8568b99d1bf11040fc348af51d532b 100644 (file)
@@ -38,6 +38,8 @@ The :mod:`functools` module defines the following functions:
                return ((self.lastname.lower(), self.firstname.lower()) <
                        (other.lastname.lower(), other.firstname.lower()))
 
+   .. versionadded:: 2.7
+
 .. function:: reduce(function, iterable[, initializer])
 
    This is the same function as :func:`reduce`.  It is made available in this module