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 eric.smith, lemburg, mark.dickinson, pitrou, stutzbach, vstinner
Date 2014-10-03.10:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412333396.35.0.632544366893.issue22544@psf.upfronthosting.co.za>
In-reply-to
Content
One other option that doesn't involve changing the behaviour of complex division would be to special-case `cmath.log` in the case when the second argument is a float or an int.
History
Date User Action Args
2014-10-03 10:49:56mark.dickinsonsetrecipients: + mark.dickinson, lemburg, pitrou, vstinner, eric.smith, stutzbach
2014-10-03 10:49:56mark.dickinsonsetmessageid: <1412333396.35.0.632544366893.issue22544@psf.upfronthosting.co.za>
2014-10-03 10:49:56mark.dickinsonlinkissue22544 messages
2014-10-03 10:49:56mark.dickinsoncreate