summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-12-14 19:51:34 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-12-14 19:51:34 (GMT)
commit866964c3a3823c8d42c51a41c5c7264a569200b4 (patch)
tree0ad3fb175d1d8fadb3005ed94ff43a97e82caa0e /Misc/NEWS
parenta828586c3a2a2c07558f8872ef115adc3e24ad9f (diff)
downloadcpython-866964c3a3823c8d42c51a41c5c7264a569200b4.zip
cpython-866964c3a3823c8d42c51a41c5c7264a569200b4.tar.gz
cpython-866964c3a3823c8d42c51a41c5c7264a569200b4.tar.bz2
Apply SF patch 652930: Add optional base argument to math.log(x[, base]).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dc04ea6..7eb828f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -564,6 +564,8 @@ Library
- Added conversion functions math.degrees() and math.radians().
+- math.log() now takes an optional argument: math.log(x[, base]).
+
- ftplib.retrlines() now tests for callback is None rather than testing
for False. Was causing an error when given a callback object which
was callable but also returned len() as zero. The change may