diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-10 08:25:51 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-04-10 08:25:51 -0400 |
| commit | 822b7c82f58bbd6f2b38cc98c7881cc405d0c69e (patch) | |
| tree | d67d0833c1f2e2f913bbfcc0c6ff8a5a4e581a50 /CHANGES.txt | |
| parent | ebfdacfc4008c91a49706ae721ce35899d0d51d0 (diff) | |
| download | python-coveragepy-822b7c82f58bbd6f2b38cc98c7881cc405d0c69e.tar.gz | |
Record a bug fix.
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 cf67f1c..7134c13 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -38,6 +38,9 @@ Version 3.5 possible, to get the best handling of Python source files with encodings. Closes `issue 107`, thanks, Brett Cannon. +- Syntax errors in supposed Python files can now be ignored during reporting + with the ``-i`` switch just like other source errors. Closes `issue 115`. + - Installation from source now succeeds on machines without a C compiler, closing `issue 80`. @@ -49,6 +52,7 @@ Version 3.5 .. _issue 95: https://bitbucket.org/ned/coveragepy/issue/95/run-subcommand-should-take-a-module-name .. _issue 104: https://bitbucket.org/ned/coveragepy/issue/104/explicitly-close-files .. _issue 107: https://bitbucket.org/ned/coveragepy/issue/107/codeparser-not-opening-source-files-with +.. _issue 115: https://bitbucket.org/ned/coveragepy/issue/115/fail-gracefully-when-reporting-on-file .. _issue 121: https://bitbucket.org/ned/coveragepy/issue/121/filename-patterns-are-applied-stupidly |
