diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-17 17:18:23 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-17 17:18:23 -0500 |
| commit | 3955b9ca60db8bbe976bfa352a784bb8f08fa1e0 (patch) | |
| tree | e41ad09af01e4e412f180d412450ca7019813d75 /CHANGES.txt | |
| parent | a7fc111387f1f782f3404a21c103cac4812f9e74 (diff) | |
| download | python-coveragepy-git-3955b9ca60db8bbe976bfa352a784bb8f08fa1e0.tar.gz | |
Clean up the module->file logic
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
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`_). |
