[Python-checkins] r65312 - python/trunk/Lib/test/exception_hierarchy.txt
Nick Coghlan
ncoghlan at gmail.com
Thu Jul 31 16:18:38 CEST 2008
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?
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-checkins
mailing list