Issue 14691: a code example not highlighted in http://docs.python.org/dev/library/stdtypes.html#memoryview (original) (raw)

Issue14691

Created on 2012-04-29 08:57 by Ramchandra Apte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg159590 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2012-04-29 08:57
A code example is not highlighted in the 3.3 docs for memoryview (http://docs.python.org/dev/library/stdtypes.html#memoryview) Only 3.3 is affected by this bug as the code example is for a feature in 3.3.
msg159615 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2012-04-29 15:23
Is it a sphinx version problem? I could not figure out why that particular code is not highlighted. The syntax looks correct.
msg159638 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-04-29 18:35
New changeset 925fbcfbbc45 by Sandro Tosi in branch 'default': Issue #14691: indent the traceback so the example is highlighted http://hg.python.org/cpython/rev/925fbcfbbc45
msg159640 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2012-04-29 18:40
It's seems like a deja-vu: I thought I saw this problem once, and was already fixed - bah, it was tricky (traceback needs to be indented for the code to be highlighted), that's why I remember it
History
Date User Action Args
2022-04-11 14:57:29 admin set github: 58896
2012-04-29 18:40:26 sandro.tosi set status: open -> closednosy: + sandro.tosimessages: + resolution: fixedstage: resolved
2012-04-29 18:35:17 python-dev set nosy: + python-devmessages: +
2012-04-29 15:23:13 orsenthil set nosy: + orsenthilmessages: +
2012-04-29 08:57:29 Ramchandra Apte create