summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-10-13 09:42:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-10-13 09:42:23 -0400
commit3f4d00fc8d55c92e4799cb3d26d75b169db9a414 (patch)
tree6dd4eda4ebddbcdcbe3f518d3bafa79d39b14d62 /CHANGES.txt
parentd46dfd5404a568ead3b14adcd6cfb4b81f51df1f (diff)
downloadpython-coveragepy-3f4d00fc8d55c92e4799cb3d26d75b169db9a414.tar.gz
Jython reports $py.class files in the trace function, so adapt to find the source file.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fe71f1f..a2a596d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,7 +6,8 @@ Change history for Coverage.py
Version 3.5
-----------
-
+- A little bit of Jython support: `coverage run` can now measure Jython
+ execution by adapting when $py.class files are traced.
Version 3.4 --- 19 September 2010