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, steven.daprano
Date 2016-09-06.18:00:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473184843.97.0.239501132406.issue27975@psf.upfronthosting.co.za>
In-reply-to
Content
> As a convenience for whom?

I was referring to the general math module model. Being able to type `sqrt(2)` rather than having to type `sqrt(float(2))` or `sqrt(2.0)` is a convenience.
History
Date User Action Args
2016-09-06 18:00:43mark.dickinsonsetrecipients: + mark.dickinson, steven.daprano
2016-09-06 18:00:43mark.dickinsonsetmessageid: <1473184843.97.0.239501132406.issue27975@psf.upfronthosting.co.za>
2016-09-06 18:00:43mark.dickinsonlinkissue27975 messages
2016-09-06 18:00:43mark.dickinsoncreate