diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-05-21 21:18:38 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-05-21 21:18:38 -0400 |
| commit | 511abdd3a251eb2d5c9a0dd8912c9c52c6fb52b8 (patch) | |
| tree | fb1efe5c7b86d22bd535738d0633a5dc8db05501 /CHANGES.txt | |
| parent | 34413aab8a61579789faa342331ac9c8a55ee5a4 (diff) | |
| download | python-coveragepy-git-511abdd3a251eb2d5c9a0dd8912c9c52c6fb52b8.tar.gz | |
The current directory auto-inserted into sys.path is now absolute, to better mimic Python execution.
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 4d9bf1e2..a4ce47c3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,6 +25,10 @@ Version 3.5 - Modules can now be run directly using ``coverage run -m modulename``, to mirror Python's ``-m`` flag. Closes `issue 95`_, thanks, Brandon Rhodes. +- ``coverage run`` didn't emulate Python accurately in one detail: the + current directory inserted into ``sys.path`` was relative rather than + absolute. This is now fixed. + - A little bit of Jython support: `coverage run` can now measure Jython execution by adapting when $py.class files are traced. Thanks, Adi Roiban. |
