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 facundobatista, gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-02-11.03:18:03
SpamBayes Score 0.070003755
Marked as misclassified No
Message-id <1202699885.25.0.215346360883.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
I just checked in another very minor change in r60723.  The repr of a 
Fraction now looks like Fraction(1, 2) instead of Fraction(1,2).  Let me 
know if this change is more controversial than I think it is.
History
Date User Action Args
2008-02-11 03:18:05mark.dickinsonsetspambayes_score: 0.0700038 -> 0.070003755
recipients: + mark.dickinson, gvanrossum, rhettinger, facundobatista, jyasskin
2008-02-11 03:18:05mark.dickinsonsetspambayes_score: 0.0700038 -> 0.0700038
messageid: <1202699885.25.0.215346360883.issue1682@psf.upfronthosting.co.za>
2008-02-11 03:18:04mark.dickinsonlinkissue1682 messages
2008-02-11 03:18:03mark.dickinsoncreate