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 John.Yeung, facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, taleinat, terry.reedy, tim.peters, vstinner
Date 2018-07-31.19:58:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533067113.2.0.56676864532.issue33083@psf.upfronthosting.co.za>
In-reply-to
Content
[Victor]

> Is it really important to accept integral float?

Possibly not, but acceptance of integral floats is deliberate, by-design, tested behaviour, so it at least deserves a deprecation period if we're going to get rid of it. (I'm -0.0 on such a deprecation - it doesn't seem worth the code churn and the possible breakage.)

If we want to consider deprecation, please let's open a new issue for that. Then this one can be closed when Pablo's PR is merged.

Pablo's changes LGTM; I've added my approval to the PR.
History
Date User Action Args
2018-07-31 19:58:33mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, facundobatista, vstinner, taleinat, serhiy.storchaka, John.Yeung
2018-07-31 19:58:33mark.dickinsonsetmessageid: <1533067113.2.0.56676864532.issue33083@psf.upfronthosting.co.za>
2018-07-31 19:58:33mark.dickinsonlinkissue33083 messages
2018-07-31 19:58:33mark.dickinsoncreate