diff options
author | Georg Brandl <georg@python.org> | 2009-06-04 18:21:26 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-04 18:21:26 +0200 |
commit | c335e3655f03dde6482a7634823761aa9d800c81 (patch) | |
tree | 6e62edcf459dbe05693eb60e89b68b7b63b48862 /CHANGES | |
parent | be8d4364ec7208f979b1b42776a8ce14c520dee4 (diff) | |
download | sphinx-c335e3655f03dde6482a7634823761aa9d800c81.tar.gz |
When highlighting Python code, ignore extra indentation before
trying to parse it as Python.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Release 0.6.2 (in development) ============================== +* When highlighting Python code, ignore extra indentation before + trying to parse it as Python. + * #191: Don't escape the tilde in URIs in LaTeX. * Don't consider contents of source comments for the search index. |