diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-08 09:09:46 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-08 09:09:46 -0400 |
| commit | c4510325e6a1979daeca5ff5ff55bcf5db416524 (patch) | |
| tree | 5d9f9c78d0a94480db541e321604f872b8f694e3 /CHANGES.txt | |
| parent | ca85f635d345ebcdd5fae5e235bd22573aa11e9a (diff) | |
| download | python-coveragepy-c4510325e6a1979daeca5ff5ff55bcf5db416524.tar.gz | |
Fix #194: a file path could have its prefix twice.
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 4ec429a..79f404c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,9 @@ Version 3.5.3b1 - Optimized .pyo files may not have been handled correctly, `issue 195`_. Thanks, Marius Gedminas. +- Certain unusually named file paths could have been mangled during reporting, + `issue 194`_. Thanks, Marius Gedminas. + - Try to do a better job of the impossible task of detecting when we can't build the C extension, fixing `issue 183`_. @@ -29,6 +32,7 @@ Version 3.5.3b1 .. _issue 82: https://bitbucket.org/ned/coveragepy/issue/82/tokenerror-when-generating-html-report .. _issue 179: https://bitbucket.org/ned/coveragepy/issue/179/htmlreporter-fails-when-source-file-is .. _issue 183: https://bitbucket.org/ned/coveragepy/issue/183/install-fails-for-python-23 +.. _issue 194: https://bitbucket.org/ned/coveragepy/issue/194/filelocatorrelative_filename-could-mangle .. _issue 195: https://bitbucket.org/ned/coveragepy/issue/195/pyo-file-handling-in-codeunit .. _tox: http://tox.readthedocs.org/ |
