summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-30 08:29:28 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-30 08:29:28 (GMT)
commitcc2adbc693c669bb212ea90483600eb3d71349c3 (patch)
tree7e7707be54d8663579da40bc2e120f4ed0484a31 /Misc
parentdd4215483f369f17e15804179212493c76b7bc41 (diff)
downloadcpython-cc2adbc693c669bb212ea90483600eb3d71349c3.zip
cpython-cc2adbc693c669bb212ea90483600eb3d71349c3.tar.gz
cpython-cc2adbc693c669bb212ea90483600eb3d71349c3.tar.bz2
#10198: fix duplicate header when writeframes() is called with an empty string.
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 52fecdd..561dda9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Core and Builtins
Library
-------
+- Issue #10198: fix duplicate header written to wave files when writeframes()
+ is called without data.
+
- Close file objects in modulefinder in a timely manner.
- Close a io.TextIOWrapper object in email.parser in a timely manner.