summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-25 15:03:43 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-25 15:11:54 -0500
commit4340cd46c08c067bd4afadd6c9f92b3c6a409477 (patch)
treef315834bb6936588aed3c8efe1c699587dd34701 /CHANGES.rst
parent9c015de5d736243a0456673bdd4ecec4cdd8b2eb (diff)
downloadpython-coveragepy-git-4340cd46c08c067bd4afadd6c9f92b3c6a409477.tar.gz
Adjust the changelog entry about sys.path
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a0894164..3262e0bd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -23,8 +23,10 @@ Unreleased
- Coverage will create directories as needed for the data file if they don't
exist, closing `issue 721`_.
-- Coverage commands no longer clobber the first entry in sys.path, fixing
- `issue 715`_.
+- The ``coverage run`` command has always adjusted the first entry in sys.path,
+ to properly emulate how Python runs your program. Now this adjustment is
+ skipped if sys.path[0] is already different than Python's default. This
+ fixes `issue 715`_.
- Improvements to context support: