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 serhiy.storchaka
Recipients ethan.furman, jaebae17, mark.dickinson, serhiy.storchaka
Date 2014-11-27.12:19:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417090749.5.0.142668658648.issue22951@psf.upfronthosting.co.za>
In-reply-to
Content
Workaround:

>>> eval('inf', {'inf': float('inf')})
inf
History
Date User Action Args
2014-11-27 12:19:09serhiy.storchakasetrecipients: + serhiy.storchaka, mark.dickinson, ethan.furman, jaebae17
2014-11-27 12:19:09serhiy.storchakasetmessageid: <1417090749.5.0.142668658648.issue22951@psf.upfronthosting.co.za>
2014-11-27 12:19:09serhiy.storchakalinkissue22951 messages
2014-11-27 12:19:09serhiy.storchakacreate