summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-20 11:29:58 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-20 11:29:58 (GMT)
commitfbef44f255681ca90c36b7733d49b86fed1d3793 (patch)
treefd7e0f999e569aa0cc18f88c8bd634c4883290d8 /Misc/NEWS
parent7fef7a837514ea8cfbe35fe34c7a3eff9c63c1f6 (diff)
downloadcpython-fbef44f255681ca90c36b7733d49b86fed1d3793.zip
cpython-fbef44f255681ca90c36b7733d49b86fed1d3793.tar.gz
cpython-fbef44f255681ca90c36b7733d49b86fed1d3793.tar.bz2
Merged revisions 85970 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r85970 | georg.brandl | 2010-10-30 10:29:28 +0200 (Sa, 30 Okt 2010) | 1 line #10198: fix duplicate header when writeframes() is called with an empty string. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc9f5a6..b51e6e6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,9 @@ Core and Builtins
Library
-------
+- Issue #10198: fix duplicate header written to wave files when writeframes()
+ is called without data.
+
Build
-----