[Python-checkins] r65312 - python/trunk/Lib/test/exception_hierarchy.txt

Nick Coghlan ncoghlan at gmail.com
Thu Jul 31 16:40:55 CEST 2008


Benjamin Peterson wrote:
> On Thu, Jul 31, 2008 at 9:18 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
>> benjamin.peterson wrote:
>>> Author: benjamin.peterson
>>> Date: Wed Jul 30 21:35:27 2008
>>> New Revision: 65312
>>>
>>> Log:
>>> add BufferError to the exception hieracrchy
>>>
>>> Modified:
>>>   python/trunk/Lib/test/exception_hierarchy.txt
>>>
>>> Modified: python/trunk/Lib/test/exception_hierarchy.txt
>>>
>>> ==============================================================================
>>> --- python/trunk/Lib/test/exception_hierarchy.txt       (original)
>>> +++ python/trunk/Lib/test/exception_hierarchy.txt       Wed Jul 30
>>> 21:35:27 2008
>>> @@ -3,6 +3,7 @@
>>>  +-- KeyboardInterrupt
>>>  +-- GeneratorExit
>>>  +-- Exception
>>> +      +-- BufferError
>>>       +-- StopIteration
>>>       +-- StandardError
>>>       |    +-- ArithmeticError
>> Is there a reason BufferError doesn't inherit from StandardError?
> 
> Yes, I overlooked it, but it is already fixed.

Yeah, I noticed the second checkin about 5 seconds after clicking send. 
A bit too quick on the trigger finger...

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-checkins mailing list