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
Recipients mark, mark.dickinson
Date 2008-05-09.14:53:13
SpamBayes Score 0.08772904
Marked as misclassified No
Message-id <1210344796.61.0.191591502912.issue2801@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I've just built against your fix and it works fine now!

Python 3.0a5+ (py3k:60668:62940, May  9 2008, 15:48:15)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> (5.).as_integer_ratio()
(5, 1)
>>> (5.).is_integer()
True
History
Date User Action Args
2008-05-09 14:53:17marksetspambayes_score: 0.087729 -> 0.08772904
recipients: + mark, mark.dickinson
2008-05-09 14:53:16marksetspambayes_score: 0.087729 -> 0.087729
messageid: <1210344796.61.0.191591502912.issue2801@psf.upfronthosting.co.za>
2008-05-09 14:53:15marklinkissue2801 messages
2008-05-09 14:53:13markcreate