This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson
Date 2021-09-16.12:12:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631794350.39.0.197998409425.issue45218@roundup.psfhosted.org>
In-reply-to
Content
See also #36306 and #29299. There may be nothing to be done here, but it would be nice if math.log and cmath.log at least behaved in the same way. A default of `None` doesn't seem like a terrible option.

(BTW, just to forestall the suggestion, a default of `math.e` or `cmath.e` is definitely *not* the right thing to use as a default: `math.e` is not exactly Euler's value for e, and `log` base `math.e` is likely to be less accurate than plain natural log.)
History
Date User Action Args
2021-09-16 12:12:30mark.dickinsonsetrecipients: + mark.dickinson
2021-09-16 12:12:30mark.dickinsonsetmessageid: <1631794350.39.0.197998409425.issue45218@roundup.psfhosted.org>
2021-09-16 12:12:30mark.dickinsonlinkissue45218 messages
2021-09-16 12:12:30mark.dickinsoncreate