From: Mark Dickinson Date: Thu, 1 Oct 2009 20:12:11 +0000 (+0000) Subject: Merged revisions 75174 via svnmerge from X-Git-Tag: v3.1.2rc1~473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8522965b8a3765c780c167ce9f12da1380662970;p=python Merged revisions 75174 via svnmerge from 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 ........ --- diff --git a/Doc/library/cmath.rst b/Doc/library/cmath.rst index b50ca5ebfc..cf6fe2cbe0 100644 --- a/Doc/library/cmath.rst +++ b/Doc/library/cmath.rst @@ -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)