diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-02-13 21:53:50 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-02-13 21:53:50 -0500 |
| commit | fe825dfa906ee4c37e192c14d24b3abe78aa94d5 (patch) | |
| tree | 29288fdb0e2bd03290949e6b638eea65d942af43 /CHANGES.txt | |
| parent | 38a5725a23171b60b848fc1084435d545f04a4a1 (diff) | |
| download | python-coveragepy-fe825dfa906ee4c37e192c14d24b3abe78aa94d5.tar.gz | |
setup.py now succeeds even if there is no C compiler. Fixes issue #80.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e8f463f..e9d9128 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -26,9 +26,13 @@ Version 3.5 possible, to get the best handling of Python source files with encodings. Closes `issue 107`, thanks, Brett Cannon. +- Installation from source now succeeds on machines without a C compiler, + closing `issue 80`. + - Internally, files are now closed explicitly, fixing `issue 104`. Thanks, Brett Cannon. +.. _issue 80: https://bitbucket.org/ned/coveragepy/issue/80/is-there-a-duck-typing-way-to-know-we-cant .. _issue 93: http://bitbucket.org/ned/coveragepy/issue/93/copying-a-mock-object-breaks-coverage .. _issue 95: https://bitbucket.org/ned/coveragepy/issue/95/run-subcommand-should-take-a-module-name .. _issue 104: https://bitbucket.org/ned/coveragepy/issue/104/explicitly-close-files |
