summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-30 08:20:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-30 08:20:19 -0400
commit1ad37dcc0e3927175f3988b5116654c32450aefc (patch)
tree84b128b2eb468b068beedb392fb7b6569890ca9a /CHANGES.rst
parenta1f99a47253220988587897f35e518bcf6372df9 (diff)
downloadpython-coveragepy-1ad37dcc0e3927175f3988b5116654c32450aefc.tar.gz
Fix: xml report fails in non-ascii directory. #573
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d3495ec..76a1172 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,6 +13,11 @@ Unreleased
- Errors printed by the ``coverage`` command now go to stderr instead of
stdout.
+- Running ``coverage xml`` in a directory named with non-ASCII characters would
+ fail under Python 2, as reported in `issue 573`_. This is now fixed.
+
+.. _issue 573: https://bitbucket.org/ned/coveragepy/issues/573/cant-generate-xml-report-if-some-source
+
Version 4.4b1 --- 2017-04-04
----------------------------