diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-01 20:11:11 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-01 20:11:11 (GMT) |
commit | 4035aace1adbe76c42847cc76d77a50931fce484 (patch) | |
tree | b649d9e266cf8e0fa285cb8276ce3e9fa2c07ca6 /Doc/library | |
parent | b9b0ef03e9125133474801366e6694c25edc6d8b (diff) | |
download | cpython-4035aace1adbe76c42847cc76d77a50931fce484.zip cpython-4035aace1adbe76c42847cc76d77a50931fce484.tar.gz cpython-4035aace1adbe76c42847cc76d77a50931fce484.tar.bz2 |
Remove outdated versionchanged entry
Diffstat (limited to 'Doc/library')
-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) |