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 belopolsky
Recipients belopolsky, duncanb, terry.reedy
Date 2008-03-19.15:13:37
SpamBayes Score 0.26967683
Marked as misclassified No
Message-id <1205939617.83.0.198938392711.issue2417@psf.upfronthosting.co.za>
In-reply-to
Content
I agree this is a bug.  Here is a related problem:

>>> 1 is divmod(1,1)[0]
False
History
Date User Action Args
2008-03-19 15:13:38belopolskysetspambayes_score: 0.269677 -> 0.26967683
recipients: + belopolsky, duncanb, terry.reedy
2008-03-19 15:13:37belopolskysetspambayes_score: 0.269677 -> 0.269677
messageid: <1205939617.83.0.198938392711.issue2417@psf.upfronthosting.co.za>
2008-03-19 15:13:37belopolskylinkissue2417 messages
2008-03-19 15:13:37belopolskycreate