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 ezio.melotti
Recipients abacabadabacaba, ezio.melotti, georg.brandl, loewis, pitrou
Date 2012-09-26.17:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348680137.69.0.114532830626.issue8401@psf.upfronthosting.co.za>
In-reply-to
Content
> >>> a[:] = -1000000000000000000000 # This should raise ValueError, not TypeError.
> >>> a[:] = 1000000000000000000000 # This should raise OverflowError, not TypeError.

FTR, these two now raise OverflowError.
History
Date User Action Args
2012-09-26 17:22:17ezio.melottisetrecipients: + ezio.melotti, loewis, georg.brandl, pitrou, abacabadabacaba
2012-09-26 17:22:17ezio.melottisetmessageid: <1348680137.69.0.114532830626.issue8401@psf.upfronthosting.co.za>
2012-09-26 17:22:10ezio.melottilinkissue8401 messages
2012-09-26 17:22:10ezio.melotticreate