diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-18 09:35:02 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-18 09:35:02 -0500 |
commit | db5700cbe52f4f424a4c125418670d7d8109e441 (patch) | |
tree | 8db136e008f47e54d8f0f58030a0713d372b737f | |
parent | 0d522aabd27d240b7ef390ea87187a1922c9cdbd (diff) | |
download | python-coveragepy-git-db5700cbe52f4f424a4c125418670d7d8109e441.tar.gz |
Paperwork for the .pex change
-rw-r--r-- | CHANGES.rst | 3 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 4c6ba6d8..81b1c998 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -38,6 +38,9 @@ Unreleased - The text report now properly sizes headers when skipping some files, fixing `issue 524`_. Thanks, Anthony Sottile and Loïc Dachary. +- Coverage.py can now search .pex files for source, just as it can .zip and + .egg. Thanks, Peter Ebden. + - Data files are now about 15% smaller. - Improvements in the ``[run] debug`` setting: diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 60d43ef3..a7e7b858 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -65,6 +65,7 @@ Nathan Land Noel O'Boyle Pablo Carballo Patrick Mezard +Peter Ebden Peter Portante Rodrigue Cloutier Roger Hu |