diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-21 20:58:14 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-21 20:58:14 -0500 |
| commit | c97ab5ffc039d9d35b2f03992d4d9a185fd16f2b (patch) | |
| tree | 6d3efa8c05afd9b76e1df6d2594c3f346c833903 /CHANGES.txt | |
| parent | 62458bcb03cfc4c351d9885bbab607ac1ec69f13 (diff) | |
| download | python-coveragepy-git-c97ab5ffc039d9d35b2f03992d4d9a185fd16f2b.tar.gz | |
Fix IndentationErrors when parsing non-Python files. #82.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c19421eb..1316df13 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -52,6 +52,9 @@ Version 3.6b1 HTML report would fail with a UnicodeDecodeError. This issue (`issue 193`_) is now fixed. +- Fixed yet another error trying to parse non-Python files as Python, this + time an IndentationError, closing `issue 82`_ for the fourth time... + - If `coverage xml` fails because there is no data to report, it used to create a zero-length XML file. Now it doesn't, fixing `issue 210`_. @@ -69,6 +72,7 @@ Version 3.6b1 - Other minor bugs fixed: `issue 153`_. +.. _issue 82: https://bitbucket.org/ned/coveragepy/issue/82/tokenerror-when-generating-html-report .. _issue 89: https://bitbucket.org/ned/coveragepy/issue/89/on-windows-all-packages-are-reported-in .. _issue 111: https://bitbucket.org/ned/coveragepy/issue/111/when-installing-coverage-with-pip-not .. _issue 137: https://bitbucket.org/ned/coveragepy/issue/137/provide-docs-with-source-distribution |
