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-01-27.15:20:36
SpamBayes Score 0.256833
Marked as misclassified No
Message-id <1201447246.47.0.484191637655.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that the ability to type Rational("2.3") has been added (and I 
think this is a very useful addition).  One minor nit:  would it make 
sense to have Rational("2.") and Rational(".3") also work?  These strings 
work for float() and Decimal(), and 2. and .3 work as float literals, so 
it would seem to make sense to allow this for Rational as well.
History
Date User Action Args
2008-01-27 15:20:46mark.dickinsonsetspambayes_score: 0.256833 -> 0.256833
recipients: + mark.dickinson, gvanrossum, rhettinger, facundobatista, jyasskin
2008-01-27 15:20:46mark.dickinsonsetspambayes_score: 0.256833 -> 0.256833
messageid: <1201447246.47.0.484191637655.issue1682@psf.upfronthosting.co.za>
2008-01-27 15:20:36mark.dickinsonlinkissue1682 messages
2008-01-27 15:20:36mark.dickinsoncreate