Closes #695: When the highlight language "python" is specified explicitly, do not try to parse the code to recognize non-Python snippets.

Thanks to Jonas Haag for the patch.
This commit is contained in:
Georg Brandl
2012-01-29 10:21:01 +01:00
parent 77ba999505
commit fa100632c3
5 changed files with 12 additions and 5 deletions

View File

@@ -11,6 +11,9 @@ Release 1.1.3 (in development)
* PR#36: Make the "bibliography to TOC" fix in LaTeX output specific to
the document class.
* #695: When the highlight language "python" is specified explicitly,
do not try to parse the code to recognize non-Python snippets.
Release 1.1.2 (Nov 1, 2011) -- 1.1.1 is a silly version number anyway!
======================================================================