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.

Files
File name Uploaded Description Edit
exceptions.diff flashk,2010-12-17 00:24
exceptions_2.diff flashk,2010-12-17 19:11
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) * (Python committer) 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) * (Python committer) Date: 2010-12-18 17:51
Committed in r87378.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 54932
2010-12-18 17:51:45 georg.brandl set status: open -> closedmessages: + resolution: fixednosy:georg.brandl, flashk, docs@python
2010-12-17 23:43:43 terry.reedy set files: - exceptions.rstnosy:georg.brandl, flashk, docs@python
2010-12-17 19:11:09 flashk set files: + exceptions_2.diffnosy:georg.brandl, flashk, docs@pythonmessages: +
2010-12-17 15:44:28 georg.brandl set nosy: + georg.brandlmessages: +
2010-12-17 00:26:28 pitrou set stage: patch reviewversions: + Python 3.1, Python 3.2
2010-12-17 00:24:26 flashk set files: + exceptions.diffmessages: + keywords: + patch
2010-12-17 00:07:21 flashk create