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: wrongly highlighted blocks in the Tutorial
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ggenellina
Priority: normal Keywords: patch

Created on 2009-09-03 02:44 by ggenellina, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
introduction.diff ggenellina, 2009-09-03 02:44
Messages (2)
msg92190 - (view) Author: Gabriel Genellina (ggenellina) Date: 2009-09-03 02:44
In the tutorial, some blocks were wrongly highlighted as being Python 
code when they were actually just program output.

This patch adds the missing ``highlightlang:: none`` declarations.

See http://permalink.gmane.org/gmane.comp.python.general/636597
msg92192 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-09-03 07:27
Thanks, fixed in r74632.
History
Date User Action Args
2022-04-11 14:56:52adminsetgithub: 51077
2009-09-03 07:27:36georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg92192
2009-09-03 02:44:39ggenellinacreate