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.11:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631792741.56.0.575947118513.issue45218@roundup.psfhosted.org>
In-reply-to
Content
Issue #43067 is similar. I'm not sure what the best solution is in this case:

- un-argument-clinic cmath.log, and document the signature using two lines (similar to range):

     log(z)
     log(z, base)

- change the behaviour of cmath.log so that the second argument is allowed be None (and defaults to None)
History
Date User Action Args
2021-09-16 11:45:41mark.dickinsonsetrecipients: + mark.dickinson
2021-09-16 11:45:41mark.dickinsonsetmessageid: <1631792741.56.0.575947118513.issue45218@roundup.psfhosted.org>
2021-09-16 11:45:41mark.dickinsonlinkissue45218 messages
2021-09-16 11:45:41mark.dickinsoncreate