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 jyasskin, mark.dickinson, rhettinger
Date 2009-04-24.14:09:18
SpamBayes Score 0.0004896754
Marked as misclassified No
Message-id <1240582160.35.0.135651467065.issue5812@psf.upfronthosting.co.za>
In-reply-to
Content
Applied in r71832 (trunk), r71834 (py3k).

One nice aspect of this change is that "Fraction(a, b)" is now
a safe alternative to "a/b" in places where a and b might be
either Fractions or integers.
History
Date User Action Args
2009-04-24 14:09:20mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, jyasskin
2009-04-24 14:09:20mark.dickinsonsetmessageid: <1240582160.35.0.135651467065.issue5812@psf.upfronthosting.co.za>
2009-04-24 14:09:18mark.dickinsonlinkissue5812 messages
2009-04-24 14:09:18mark.dickinsoncreate