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
Date 2008-01-03.19:39:27
SpamBayes Score 0.0903158
Marked as misclassified No
Message-id <1199389167.5.0.55009136517.issue1729@psf.upfronthosting.co.za>
In-reply-to
Content
This request relates to issue 1635:

http://bugs.python.org/issue1635

which allows cross-platform creation of infinities and nans.
The IEEE754 standard, the C99 standard, and the standard on which 
Decimal is based all allow creation of an infinity from the string 
'Infinity' (case-independent), as well as from 'inf'.  Is there any 
reason not to allow this for floats?  I'm happy to create a patch.
History
Date User Action Args
2008-01-03 19:39:27mark.dickinsonsetspambayes_score: 0.0903158 -> 0.0903158
recipients: + mark.dickinson
2008-01-03 19:39:27mark.dickinsonsetspambayes_score: 0.0903158 -> 0.0903158
messageid: <1199389167.5.0.55009136517.issue1729@psf.upfronthosting.co.za>
2008-01-03 19:39:27mark.dickinsonlinkissue1729 messages
2008-01-03 19:39:27mark.dickinsoncreate