[issue17549] Some exceptions not highlighted in exceptions documentation.

2013-03-29 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue17549] Some exceptions not highlighted in exceptions documentation.

2013-03-26 Thread Ezio Melotti
Ezio Melotti added the comment: That's probably because the pygment version used by the docs don't include the new Exceptions introduced in PEP 3151. -- nosy: +ezio.melotti, georg.brandl type: -> enhancement ___ Python tracker

[issue17549] Some exceptions not highlighted in exceptions documentation.

2013-03-26 Thread Ramchandra Apte
New submission from Ramchandra Apte: In http://docs.python.org/3/library/exceptions.html#exception-hierarchy , some exception are not highlighted correctly. -- messages: 185262 nosy: Ramchandra Apte priority: normal severity: normal status: open title: Some exceptions not highlighted in