diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-11 08:49:20 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-11 08:49:20 -0400 |
| commit | 1bbf2cd42d6d86ac71bb429fef320af92f1ef3d6 (patch) | |
| tree | 6b20aeffbc31cb07e7427948f9998daa12fa51c1 /CHANGES.txt | |
| parent | 72d59223f8fc096576ee4fe9c6b5684ee066123a (diff) | |
| download | python-coveragepy-git-1bbf2cd42d6d86ac71bb429fef320af92f1ef3d6.tar.gz | |
If __file__ disagrees with the frame, use the frame info. Fixes #380.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ee32ffcf..136300fb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,8 +13,12 @@ Latest - Plugins are now initialized differently. Instead of looking for a class called ``Plugin``, coverage looks for a function called ``coverage_init``. +- Code that was executed with `exec` would be mis-attributed to the file that + called it. This is now fixed, closing `issue 380`_. -.. 40 issues closed in 4.0 so far +.. 41 issues closed in 4.0 so far + +.. _issue 380: https://bitbucket.org/ned/coveragepy/issues/380/code-executed-by-exec-excluded-from Version 4.0a6 --- 21 June 2015 |
