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 kachayev
Recipients asvetlov, casevh, ezio.melotti, kachayev, loewis, mark.dickinson, rhettinger, skrah
Date 2012-11-15.16:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352997731.47.0.238532954174.issue16469@psf.upfronthosting.co.za>
In-reply-to
Content
Patch is attached for {float, Decimal} -> {int, Fraction} consistency (with ValueError and OverflowError). Test cases are changed as well. 

I can also change OverflowError to ValueError for all cases, but I'm not sure should I open for this separated issue or continue to work with this one.
History
Date User Action Args
2012-11-15 16:42:11kachayevsetrecipients: + kachayev, loewis, rhettinger, mark.dickinson, casevh, ezio.melotti, asvetlov, skrah
2012-11-15 16:42:11kachayevsetmessageid: <1352997731.47.0.238532954174.issue16469@psf.upfronthosting.co.za>
2012-11-15 16:42:11kachayevlinkissue16469 messages
2012-11-15 16:42:11kachayevcreate