[Python-Dev] Sphinx issue in What's New in Python 3.3 doc (original) (raw)
Georg Brandl g.brandl at gmx.net
Mon Aug 27 07:55:09 CEST 2012
- Previous message: [Python-Dev] Sphinx issue in What's New in Python 3.3 doc
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #15794: Relax a test case due to the deadlock detection's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 26.08.2012 22:16, Victor Stinner wrote:
Hi,
In the first example of the "PEP 409: Suppressing exception context" section, I read "from None...". http://docs.python.org/dev/whatsnew/3.3.html#pep-409-suppressing-exception-context It's confusing because I don't remember what was the last choice for the PEP: None or ... :-) The reST "code" looks correct in Doc/whatsnew/3.3.rst: ... raise AttributeError(attr) from None ...
Hi Victor,
this is fixed in the latest Pygments, and will be fine in the doc once I update its version used for building. Until then, you could disable syntax highlighting on that particular code block.
Georg
- Previous message: [Python-Dev] Sphinx issue in What's New in Python 3.3 doc
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #15794: Relax a test case due to the deadlock detection's
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]