Apply SF patch 652930: Add optional base argument to math.log(x[, base]).

This commit is contained in:
Raymond Hettinger 2002-12-14 19:51:34 +00:00
parent a828586c3a
commit 866964c3a3
4 changed files with 54 additions and 17 deletions

View file

@ -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