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 casevh
Recipients casevh, jyasskin, mark.dickinson
Date 2009-07-16.05:22:32
SpamBayes Score 7.64888e-06
Marked as misclassified No
Message-id <1247721755.2.0.323988119461.issue6431@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch that creates DummyRational and then tests
comparisons between Fraction and DummyRational. The __eq__ method also
verifies that the type of the other argument is fractions.Fraction.
History
Date User Action Args
2009-07-16 05:22:35casevhsetrecipients: + casevh, mark.dickinson, jyasskin
2009-07-16 05:22:35casevhsetmessageid: <1247721755.2.0.323988119461.issue6431@psf.upfronthosting.co.za>
2009-07-16 05:22:34casevhlinkissue6431 messages
2009-07-16 05:22:33casevhcreate