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.21:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353014312.84.0.118608595198.issue16469@psf.upfronthosting.co.za>
In-reply-to
Content
See issue #16483 for the ValueError / OverflowError switch.  To be honest, while I would have preferred ValueError to OverflowError for int(float('inf')) if we were doing this from scratch, I'm not convinced that it's actually worth switching.
History
Date User Action Args
2012-11-15 21:18:32mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, casevh, ezio.melotti, asvetlov, skrah, kachayev
2012-11-15 21:18:32mark.dickinsonsetmessageid: <1353014312.84.0.118608595198.issue16469@psf.upfronthosting.co.za>
2012-11-15 21:18:32mark.dickinsonlinkissue16469 messages
2012-11-15 21:18:32mark.dickinsoncreate