summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-09-08 09:09:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-09-08 09:09:46 -0400
commitb9c2a36f26f27b25fa4b5e37660a257d5c79700b (patch)
tree2bd37f709d89210558c818413ff53b5eb9bf17a7 /CHANGES.txt
parent825acb3051853f0ac849df5bc15920ba932391e1 (diff)
downloadpython-coveragepy-git-b9c2a36f26f27b25fa4b5e37660a257d5c79700b.tar.gz
Fix #194: a file path could have its prefix twice.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4ec429ab..79f404ce 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/