summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-06-11 07:54:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-06-11 07:54:23 -0400
commitb0d089c4df4b14e38c55016bcfa2d48d0e83c63d (patch)
tree7aa52eaccab4d7b4da034e4e6782c8b1330b54f1 /CHANGES.txt
parentd31a41bfd035a537fd91e894805f411d17033847 (diff)
downloadpython-coveragepy-b0d089c4df4b14e38c55016bcfa2d48d0e83c63d.tar.gz
Clean up the setup.py hack to detect not being able to build the C extension. Fixes #183.
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 404947f..955e523 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,7 +8,11 @@ Version 3.5.3b1
- Files encoded as UTF-8 with a BOM are now properly handled, fixing
`issue 179`_. Thanks, Pablo Carballo.
+- Try to do a better job of the impossible task of detecting when we can't
+ build the C extension, fixing `issue 183`_.
+
.. _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
Version 3.5.2 --- 4 May 2012