summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-07-31 19:54:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-07-31 19:54:18 (GMT)
commitc27cd71cd71e5b3f464f6994e2a73f201eb430ca (patch)
treeb973bb782096772fc8a38a0c3bd534acc867c10a /Misc
parent5c30a75722f1fb42f4e49dcc5dd30d90d7717086 (diff)
parentc91d5eea106d191e931f953bdbdb1db25e051767 (diff)
downloadcpython-c27cd71cd71e5b3f464f6994e2a73f201eb430ca.zip
cpython-c27cd71cd71e5b3f464f6994e2a73f201eb430ca.tar.gz
cpython-c27cd71cd71e5b3f464f6994e2a73f201eb430ca.tar.bz2
Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ef477f..e5fd939 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -177,6 +177,8 @@ Library
initialization, so as to reclaim allocated resources (Python callbacks)
at shutdown. Original patch by Robin Schreiber.
+- Issue #17616: wave.open now supports the context manager protocol.
+
- Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.
@@ -729,6 +731,10 @@ IDLE
Build
-----
+- Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
+ "coverage-report" creates an instrumented Python build, runs unit tests
+ and creates a HTML. The report can be updated with "make coverage-lcov".
+
- Issue #17845: Clarified the message printed when some module are not built.
- Issue #18256: Compilation fix for recent AIX releases. Patch by