diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-01 20:12:11 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-01 20:12:11 (GMT) |
commit | 8522965b8a3765c780c167ce9f12da1380662970 (patch) | |
tree | 6d75545a0f2c0d44d0aef447c3a7d46bea1679fd /Doc | |
parent | c7d48862ef212459ea60a079e8a6bb67a95dd701 (diff) | |
download | cpython-8522965b8a3765c780c167ce9f12da1380662970.zip cpython-8522965b8a3765c780c167ce9f12da1380662970.tar.gz cpython-8522965b8a3765c780c167ce9f12da1380662970.tar.bz2 |
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
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/cmath.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/cmath.rst b/Doc/library/cmath.rst index b50ca5e..cf6fe2c 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) |