]> granicus.if.org Git - python/commitdiff
Merged revisions 75174 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 1 Oct 2009 20:12:11 +0000 (20:12 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 1 Oct 2009 20:12:11 +0000 (20:12 +0000)
svn+ssh://pythondev@www.python.org/python/branches/py3k

........
  r75174 | mark.dickinson | 2009-10-01 21:11:11 +0100 (Thu, 01 Oct 2009) | 1 line

  Remove outdated versionchanged entry
........

Doc/library/cmath.rst

index b50ca5ebfc4ce3027b62ba104dfd4a9aa34d7a83..cf6fe2cbe0ff5b279f24038010eb0e015148d22f 100644 (file)
@@ -94,9 +94,6 @@ Power and logarithmic functions
    specified, returns the natural logarithm of *x*. There is one branch cut, from 0
    along the negative real axis to -∞, continuous from above.
 
-   .. versionchanged:: 2.4
-      *base* argument added.
-
 
 .. function:: log10(x)