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 asvetlov, casevh, ezio.melotti, kachayev, loewis, mark.dickinson, rhettinger, skrah
Date 2012-11-15.20:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353012042.32.0.828706822962.issue16469@psf.upfronthosting.co.za>
In-reply-to
Content
The first patch looks great (modulo a stray extra line in test_int). Thank you!

Let's just apply that for now; I'll open a new issue for the suggested OverflowError / ValueError switch.  (Getting rid of the TypeError seems a clear win to me;  switching the OverflowError to ValueError may be more controversial.)
History
Date User Action Args
2012-11-15 20:40:42mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, casevh, ezio.melotti, asvetlov, skrah, kachayev
2012-11-15 20:40:42mark.dickinsonsetmessageid: <1353012042.32.0.828706822962.issue16469@psf.upfronthosting.co.za>
2012-11-15 20:40:42mark.dickinsonlinkissue16469 messages
2012-11-15 20:40:42mark.dickinsoncreate