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: Some exceptions not highlighted in exceptions documentation.
Type: enhancement Stage: resolved
Components: Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Ramchandra Apte, ezio.melotti, georg.brandl
Priority: normal Keywords:

Created on 2013-03-26 09:05 by Ramchandra Apte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg185262 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-03-26 09:05
In http://docs.python.org/3/library/exceptions.html#exception-hierarchy , some exception are not highlighted correctly.
msg185273 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-03-26 13:33
That's probably because the pygment version used by the docs don't include the new Exceptions introduced in PEP 3151.
History
Date User Action Args
2022-04-11 14:57:43adminsetgithub: 61749
2013-03-29 18:15:00ezio.melottisetstatus: open -> closed
resolution: not a bug
stage: resolved
2013-03-26 13:33:24ezio.melottisetnosy: + georg.brandl, ezio.melotti
type: enhancement
messages: + msg185273
2013-03-26 09:05:13Ramchandra Aptecreate