summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-05-04 21:20:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-05-04 21:20:41 -0400
commit9c81d645ce9dccfe9377f96fcf89b94ae9ca3531 (patch)
tree2cbdcd49d4f1991c6de03141521e4424f720c84c /CHANGES.rst
parent594eb5ba5b69956bfd4c12e03c4e2c7c1155302a (diff)
downloadpython-coveragepy-9c81d645ce9dccfe9377f96fcf89b94ae9ca3531.tar.gz
A previous fix was misattributed to issue #526.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index fd2d7b8..0cf9bff 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,8 +11,8 @@ Unreleased
----------
- Reports could produce the wrong file names for packages, reporting ``pkg.py``
- instead of the correct ``pkg/__init__.py``. This is now fixed, closing
- `issue 526`_. Thanks, Dirk Thomas.
+ instead of the correct ``pkg/__init__.py``. This is now fixed. Thanks, Dirk
+ Thomas.
- Namespace packages are no longer warned as having no code, as described in
`issue 572`_.
@@ -28,7 +28,6 @@ Unreleased
- 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 526: https://bitbucket.org/ned/coveragepy/issues/526/generated-xml-invalid-paths-for-cobertura
.. _issue 572: https://bitbucket.org/ned/coveragepy/issues/572/no-python-source-warning-for-namespace
.. _issue 573: https://bitbucket.org/ned/coveragepy/issues/573/cant-generate-xml-report-if-some-source
.. _issue 575: https://bitbucket.org/ned/coveragepy/issues/575/running-doctest-prevents-complete-coverage