summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-04-10 08:25:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-04-10 08:25:51 -0400
commiteb88c1fcc88de66c90b3305878e9ff7e954340ba (patch)
tree88d83f79e5bb5b90ee6b4eaf9c8912e56a88d70f
parent50f2239ca3c565b28c25b51371c42b569fa05a8c (diff)
downloadpython-coveragepy-git-eb88c1fcc88de66c90b3305878e9ff7e954340ba.tar.gz
Record a bug fix.
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cf67f1c5..7134c13f 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