mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Apply SF patch 652930: Add optional base argument to math.log(x[, base]).
This commit is contained in:
parent
a828586c3a
commit
866964c3a3
4 changed files with 54 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue