summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-17 09:53:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-17 09:53:31 -0500
commit34178ffbd95dc5b90407a22518fb2d08d95172c0 (patch)
treea7064f05aa64bd420502cddb9c074f0ccfc62db0 /CHANGES.txt
parenteb7e20302ed5a24af46701c31b6a365b9b8dfd5a (diff)
downloadpython-coveragepy-git-34178ffbd95dc5b90407a22518fb2d08d95172c0.tar.gz
No longer try to bootstrap setuptools. It is a pre-req. Closes #202
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bc54896e..ababb44a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,10 @@ Version 3.5.4b1
A "coverage-X.Y" command will also be created corresponding to your specific
version of Python. Closes `issue 111`.
+- The coverage.py installer no longer tries to bootstrap setuptools or
+ Distribute. You must have one of them installed first, as `issue 202`
+ recommended.
+
- On Windows, files are now reported in their correct case, fixing `issue 89`_
and `issue 203`_.
@@ -66,6 +70,7 @@ Version 3.5.4b1
.. _issue 171: https://bitbucket.org/ned/coveragepy/issue/171/how-to-contribute-and-run-tests
.. _issue 193: https://bitbucket.org/ned/coveragepy/issue/193/unicodedecodeerror-on-htmlpy
.. _issue 201: https://bitbucket.org/ned/coveragepy/issue/201/coverage-using-django-14-with-pydb-on
+.. _issue 202: https://bitbucket.org/ned/coveragepy/issue/202/get-rid-of-ez_setuppy-and
.. _issue 203: https://bitbucket.org/ned/coveragepy/issue/203/duplicate-filenames-reported-when-filename
.. _issue 205: https://bitbucket.org/ned/coveragepy/issue/205/make-pydoc-coverage-more-friendly
.. _issue 206: https://bitbucket.org/ned/coveragepy/issue/206/pydoc-coveragecoverage-fails-with-an-error