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, tim.peters
Date 2016-09-07.18:28:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473272892.03.0.610358755602.issue27975@psf.upfronthosting.co.za>
In-reply-to
Content
Closing this as "won't fix". I agree with Tim that the right way to handle this is to make math.isnan behave like math.floor and math.ceil currently do, via new special methods, but (1) I think introducing new special methods should probably be a PEP-level change, and (2) I'm afraid I'm not motivated enough to implement it, so it's going to have to wait on someone who has that motivation.
History
Date User Action Args
2016-09-07 18:28:12mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, steven.daprano
2016-09-07 18:28:12mark.dickinsonsetmessageid: <1473272892.03.0.610358755602.issue27975@psf.upfronthosting.co.za>
2016-09-07 18:28:11mark.dickinsonlinkissue27975 messages
2016-09-07 18:28:11mark.dickinsoncreate