diff options
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 50ac0dd6..b1634ca8 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
|