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.
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 -> closed nosy: + sandro.tosi messages: + msg159640 resolution: fixed stage: resolved |
| 2012年04月29日 18:35:17 | python-dev | set | nosy:
+ python-dev messages: + msg159638 |
| 2012年04月29日 15:23:13 | orsenthil | set | nosy:
+ orsenthil messages: + msg159615 |
| 2012年04月29日 08:57:29 | Ramchandra Apte | create | |