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 vstinner
Recipients mark.dickinson, pitrou, vstinner
Date 2015-06-23.12:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435062535.06.0.145654306031.issue24489@psf.upfronthosting.co.za>
In-reply-to
Content
>> On Python 3.5 and 3.6, You can use math.inf and math.nan.
>
> The patch is for 3.4.

Ok, it confirms my guess. But when you merge your change into 3.5, you may replace nan and inf with math.nan and math.inf. As you want.
History
Date User Action Args
2015-06-23 12:28:55vstinnersetrecipients: + vstinner, mark.dickinson, pitrou
2015-06-23 12:28:55vstinnersetmessageid: <1435062535.06.0.145654306031.issue24489@psf.upfronthosting.co.za>
2015-06-23 12:28:55vstinnerlinkissue24489 messages
2015-06-23 12:28:55vstinnercreate