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: a code example not highlighted in http://docs.python.org/dev/library/stdtypes.html#memoryview
Type: Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Ramchandra Apte, docs@python, orsenthil, python-dev, sandro.tosi
Priority: normal Keywords:

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:29adminsetgithub: 58896
2012-04-29 18:40:26sandro.tosisetstatus: open -> closed

nosy: + sandro.tosi
messages: + msg159640

resolution: fixed
stage: resolved
2012-04-29 18:35:17python-devsetnosy: + python-dev
messages: + msg159638
2012-04-29 15:23:13orsenthilsetnosy: + orsenthil
messages: + msg159615
2012-04-29 08:57:29Ramchandra Aptecreate