diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-18 20:32:08 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-18 20:32:08 -0500 |
commit | 39ff8faf93287a78b105bfb0322f10227af60dae (patch) | |
tree | 6801a2ccceca3d74c30e859162558f4d22c0aaea | |
parent | ee735fe1eabe15cdef88156a8d0108d87e627f55 (diff) | |
download | python-coveragepy-git-39ff8faf93287a78b105bfb0322f10227af60dae.tar.gz |
Issue #290 was fixed with the filename cleanup today.
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0f0e9ab3..f41d2084 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,7 +11,8 @@ Latest for better support of non-Python files. - When looking for the source for a frame, check if the file exists. On - Windows, .pyw files are no longer recorded as .py files. + Windows, .pyw files are no longer recorded as .py files. Along the way, this + fixed `issue 290`_. - Empty files are now reported as 100% covered in the XML report, not 0% covered (`issue 345`_). @@ -19,6 +20,7 @@ Latest - Regexes in the configuration file are now compiled as soon as they are read, to provide error messages earlier (`issue 349`_). +.. _issue 290: https://bitbucket.org/ned/coveragepy/issue/290/running-programmatically-with-pyw-files .. _issue 345: https://bitbucket.org/ned/coveragepy/issue/345/xml-reports-line-rate-0-for-empty-files .. _issue 349: https://bitbucket.org/ned/coveragepy/issue/349/bad-regex-in-config-should-get-an-earlier |