summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-18 20:32:08 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-18 20:32:08 -0500
commit72534257ff5004921e31aa6fd521710a2de7fed1 (patch)
tree035996a31889bc9be4b068893f41f02b97b61611
parentf989159f0ca985b476f5b7d7d5bc070c6e0e989f (diff)
downloadpython-coveragepy-72534257ff5004921e31aa6fd521710a2de7fed1.tar.gz
Issue #290 was fixed with the filename cleanup today.
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0f0e9ab..f41d208 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