Issue 10723: Undocumented built-in exceptions (original ) (raw )Created on 2010-12-17 00:07 by flashk , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (5)
msg124165 - (view)
Author: (flashk)
Date: 2010-12-17 00:07
The "Built-in Exceptions" page of the Python 2.7 documentation is missing descriptions for BufferError, IndentationError, and TabError. I've gone ahead and added a brief description of each error to the page.
msg124168 - (view)
Author: (flashk)
Date: 2010-12-17 00:24
Just realized I previously attached the entire file. Here is the diff instead.
msg124214 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2010-12-17 15:44
Basically fine, but the docs for indentation and tab error should document their inheritance more explicitly.
msg124250 - (view)
Author: (flashk)
Date: 2010-12-17 19:11
I just attached a new patch that explicitly mentions the inheritance of IndentationError and TabError.
msg124300 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2010-12-18 17:51
Committed in r87378 .