[Python-Dev] [Python-checkins] r46247 - in python/branches/sreifschneider-newnewexcept: Makefile.pre.in Objects/exceptions.c Python/exceptions.c
Richard Jones
richard at commonground.com.au
Fri May 26 11:17:55 CEST 2006
On 25/05/2006, at 9:00 PM, Jim Jewett wrote:
>> +/*
>> + * OverflowWarning extends Warning
>> + */
>> +SimpleExtendsException(PyExc_Warning, OverflowWarning, "Base
>> class for warnings about numeric overflow. Won't exist in Python
>> 2.5.");
>
> Take it out now?
What do people say? I implemented this one because it was implemented
in the old code in 2.5. Happy to remove it.
Richard
More information about the Python-Dev
mailing list