diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-03-24 15:12:20 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-03-24 15:12:20 -0400 |
| commit | 7f9d40fe5474a6f59e9a1cf2c52179f77f9a1714 (patch) | |
| tree | 5921bf309f131635256e63c062ee8d400f46bfdb /CHANGES.txt | |
| parent | f143f15d06ca120034c6178036243aa90a4ef8e6 (diff) | |
| download | python-coveragepy-git-7f9d40fe5474a6f59e9a1cf2c52179f77f9a1714.tar.gz | |
When looking for python files, don't take suspicious ones. Fixes #168.
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 ccc41abe..78d81758 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,9 @@ Version 3.5.2b1 properly handled during reporting on Python 2. Python 3 always handled them properly. This fixes `issue 157`_. +- Backup files left behind by editors are no longer collected by the source= + option, fixing `issue 168`_. + - When running a module with ``coverage run -m <modulename>``, certain details of the execution environment weren't the same as for ``python -m <modulename>``. This had the unfortunate side-effect of making @@ -24,6 +27,7 @@ Version 3.5.2b1 .. _issue 155: https://bitbucket.org/ned/coveragepy/issue/155/cant-use-coverage-run-m-unittest-discover .. _issue 157: https://bitbucket.org/ned/coveragepy/issue/157/chokes-on-source-files-with-non-utf-8 .. _issue 166: https://bitbucket.org/ned/coveragepy/issue/166/dont-try-to-compile-c-extension-on-pypy +.. _issue 168: https://bitbucket.org/ned/coveragepy/issue/168/dont-be-alarmed-by-emacs-droppings Version 3.5.1 --- 23 September 2011 |
