Message 86410 - Python tracker (original) (raw)

Message86410

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:20 mark.dickinson set recipients: + mark.dickinson, rhettinger, jyasskin
2009-04-24 14:09:20 mark.dickinson set messageid: 1240582160.35.0.135651467065.issue5812@psf.upfronthosting.co.za
2009-04-24 14:09:18 mark.dickinson link issue5812 messages
2009-04-24 14:09:18 mark.dickinson create