summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-17 17:18:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-17 17:18:23 -0500
commit3955b9ca60db8bbe976bfa352a784bb8f08fa1e0 (patch)
treee41ad09af01e4e412f180d412450ca7019813d75 /CHANGES.txt
parenta7fc111387f1f782f3404a21c103cac4812f9e74 (diff)
downloadpython-coveragepy-git-3955b9ca60db8bbe976bfa352a784bb8f08fa1e0.tar.gz
Clean up the module->file logic
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 77ffdb9e..0f0e9ab3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,9 @@ Latest
describe a/b/c.py as "a/b/c". Now it is shown as "a/b/c.py". This allows
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.
+
- Empty files are now reported as 100% covered in the XML report, not 0%
covered (`issue 345`_).