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, ncoghlan, rhettinger
Date 2008-06-27.10:26:41
SpamBayes Score 0.0018832316
Marked as misclassified No
Message-id <1214562402.55.0.491932116878.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  I don't much like this, though:

>>> Fraction('1.23', 1.0)
Fraction(123, 100)
>>> Fraction('1.23', 1+0j)
Fraction(123, 100)

I'd say these should definitely be TypeErrors.
History
Date User Action Args
2008-06-27 10:26:42mark.dickinsonsetspambayes_score: 0.00188323 -> 0.0018832316
recipients: + mark.dickinson, gvanrossum, rhettinger, facundobatista, ncoghlan, jyasskin
2008-06-27 10:26:42mark.dickinsonsetspambayes_score: 0.00188323 -> 0.00188323
messageid: <1214562402.55.0.491932116878.issue1682@psf.upfronthosting.co.za>
2008-06-27 10:26:41mark.dickinsonlinkissue1682 messages
2008-06-27 10:26:41mark.dickinsoncreate