This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Permalink to built-in exception class hierarchy documentation
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: MLModel, ezio.melotti, georg.brandl
Priority: normal Keywords:

Created on 2009-06-30 04:03 by MLModel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg89904 - (view) Author: Mitchell Model (MLModel) Date: 2009-06-30 04:03
I think it would be useful to have a permalink to the built-in exception
class hierarchy at the end of the library exceptions documentation.
msg89936 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-30 16:19
I added a new heading there in r73706.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50633
2009-06-30 16:19:25georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg89936
2009-06-30 05:29:40ezio.melottisetnosy: + ezio.melotti
2009-06-30 04:03:45MLModelcreate