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, mark.dickinson
Date 2008-05-09.13:47:07
SpamBayes Score 0.1824233
Marked as misclassified No
Message-id <1210340829.31.0.75126881612.issue2801@psf.upfronthosting.co.za>
In-reply-to
Content
Is this on Windows?  I can't reproduce it on OS X 10.5.2:

Python 3.0a5+ (py3k:62937M, May  9 2008, 09:32:27) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> x = 5.0
>>> x.is_integer()
True
History
Date User Action Args
2008-05-09 13:47:09mark.dickinsonsetspambayes_score: 0.182423 -> 0.1824233
recipients: + mark.dickinson, mark
2008-05-09 13:47:09mark.dickinsonsetspambayes_score: 0.182423 -> 0.182423
messageid: <1210340829.31.0.75126881612.issue2801@psf.upfronthosting.co.za>
2008-05-09 13:47:08mark.dickinsonlinkissue2801 messages
2008-05-09 13:47:07mark.dickinsoncreate