summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-29 21:50:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-29 21:50:23 -0400
commit62ab88a1a06e712427c1f57c561e2afb7aa7b21d (patch)
tree8c076d984bbca191d14b2d780caaab85a1e1a78d /CHANGES.txt
parent89d2c9dc416949ca9e3181f8367de1e5dd8e3fde (diff)
downloadpython-coveragepy-62ab88a1a06e712427c1f57c561e2afb7aa7b21d.tar.gz
Python stdlib is now not measured by default. If needed, turn it on with the -L switch.coverage-3.0b2
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 50ac0dd..b1634ca 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,9 @@ HTML reporting, and continued refactoring.
- HTML reports and annotation of source files: use the new -b switch. Thanks
to George Song for code, inspiration and guidance.
+- Code in the Python standard library is not measured by default. If you need
+ to measure standard library code, use the -L switch during execution.
+
- Annotation into a directory (-a -d) behaves differently. The annotated files
are named with their hierarchy flattened so that same-named files from
different directories no longer collide. Also, only files in the current