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 franciscouzo, mark.dickinson
Date 2016-10-27.11:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477569142.15.0.178870661988.issue28540@psf.upfronthosting.co.za>
In-reply-to
Content
I agree in principle.

On one hand, it's difficult to care too much, since `math.degrees` is going to be all-but-useless for inputs larger than `1e20` or so anyway (the actual angle represented is getting lost in floating-point noise by that point).

OTOH, *because* of the above, at least making the change shouldn't break any code that wasn't broken already.
History
Date User Action Args
2016-10-27 11:52:22mark.dickinsonsetrecipients: + mark.dickinson, franciscouzo
2016-10-27 11:52:22mark.dickinsonsetmessageid: <1477569142.15.0.178870661988.issue28540@psf.upfronthosting.co.za>
2016-10-27 11:52:22mark.dickinsonlinkissue28540 messages
2016-10-27 11:52:21mark.dickinsoncreate