commit | b67ad7e67159365faa1e61d436df99010bc7c97d | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jun 14 07:40:10 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jun 14 07:40:10 2004 +0000 |
tree | 70b9fafcf1cc3d55b09fcd79d3fa23bde889a5a8 | |
parent | ad21945d03bd792a6a93e1dbd2addd6b7b63dbee [diff] [blame] |
Patch #826074: cmath.log optional base argument, fixes #823209 (Contributed by Andrew Gaul.)
diff --git a/Misc/NEWS b/Misc/NEWS index 20a1042..873022a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -336,6 +336,9 @@ Library ------- +- Bug #823209: cmath.log() now takes an optional base argument so that its + API matches math.log(). + - Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions that generate a *-debuginfo.rpm.