Message171350
> >>> a[:] = -1000000000000000000000 # This should raise ValueError, not TypeError.
> >>> a[:] = 1000000000000000000000 # This should raise OverflowError, not TypeError.
FTR, these two now raise OverflowError. |
|
| Date |
User |
Action |
Args |
| 2012-09-26 17:22:17 | ezio.melotti | set | recipients:
+ ezio.melotti, loewis, georg.brandl, pitrou, abacabadabacaba |
| 2012-09-26 17:22:17 | ezio.melotti | set | messageid: <[email protected]> |
| 2012-09-26 17:22:10 | ezio.melotti | link | issue8401 messages |
| 2012-09-26 17:22:10 | ezio.melotti | create | |
|