summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-01 23:07:29 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-01 23:07:29 (GMT)
commit33c2881b63b15d332fb5ca5a8711ab3c1d6a12e0 (patch)
treea65ae4d2ff3e2212690121eb4ee7df1faa806b21 /Misc
parentcde68cfc14e5b381916528056c26dcb6df95ceb4 (diff)
downloadcpython-33c2881b63b15d332fb5ca5a8711ab3c1d6a12e0.zip
cpython-33c2881b63b15d332fb5ca5a8711ab3c1d6a12e0.tar.gz
cpython-33c2881b63b15d332fb5ca5a8711ab3c1d6a12e0.tar.bz2
#5656: detect correct encoding of files when reporting coverage in trace.py, and ignore files in the temporary directory when reporting.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f003c0a..b02e785 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@ Core and Builtins
Library
-------
+- Issue #5656: Fix the coverage reporting when running the test suite with
+ the -T argument.
+
- Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
- Issue #5624: Fix the _winreg module name still used in several modules.