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 gvanrossum
Recipients gvanrossum
Date 2008-01-10.01:00:01
SpamBayes Score 0.24468946
Marked as misclassified No
Message-id <1199926803.21.0.243129638352.issue1779@psf.upfronthosting.co.za>
In-reply-to
Content
I discovered that when converting a string to an int or float, the int
conversion allows whitespace after the sign, while the float conversion
doesn't. I think they should be consistent.
History
Date User Action Args
2008-01-10 01:00:03gvanrossumsetspambayes_score: 0.244689 -> 0.24468946
recipients: + gvanrossum
2008-01-10 01:00:03gvanrossumsetspambayes_score: 0.244689 -> 0.244689
messageid: <1199926803.21.0.243129638352.issue1779@psf.upfronthosting.co.za>
2008-01-10 01:00:02gvanrossumlinkissue1779 messages
2008-01-10 01:00:01gvanrossumcreate