[issue10723] Undocumented built-in exceptions

2010-12-18 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Committed in r87378. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10723 ___

[issue10723] Undocumented built-in exceptions

2010-12-17 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Basically fine, but the docs for indentation and tab error should document their inheritance more explicitly. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org

[issue10723] Undocumented built-in exceptions

2010-12-17 Thread flashk
flashk fla...@gmail.com added the comment: I just attached a new patch that explicitly mentions the inheritance of IndentationError and TabError. -- Added file: http://bugs.python.org/file20099/exceptions_2.diff ___ Python tracker

[issue10723] Undocumented built-in exceptions

2010-12-17 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Removed file: http://bugs.python.org/file20084/exceptions.rst ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10723 ___

[issue10723] Undocumented built-in exceptions

2010-12-16 Thread flashk
New submission from flashk fla...@gmail.com: 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. -- assignee: d...@python

[issue10723] Undocumented built-in exceptions

2010-12-16 Thread flashk
flashk fla...@gmail.com added the comment: Just realized I previously attached the entire file. Here is the diff instead. -- keywords: +patch Added file: http://bugs.python.org/file20085/exceptions.diff ___ Python tracker rep...@bugs.python.org

[issue10723] Undocumented built-in exceptions

2010-12-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- stage: - patch review versions: +Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10723 ___