summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-20 11:29:09 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-20 11:29:09 (GMT)
commitef805a6b17198c11c357462ca581c065b4e722a8 (patch)
tree309a5176eea7c87f8eb3130b522d11b7808a845a /Misc/NEWS
parenta7d1d2401dc4017a0b028fc7270b13c74be9e8b3 (diff)
downloadcpython-ef805a6b17198c11c357462ca581c065b4e722a8.zip
cpython-ef805a6b17198c11c357462ca581c065b4e722a8.tar.gz
cpython-ef805a6b17198c11c357462ca581c065b4e722a8.tar.bz2
Merged revisions 85970 via svnmerge from
svn+ssh://pythondev@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 da50fa2..dd572e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Library
- Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Lorenzo M. Catucci.
+- Issue #10198: fix duplicate header written to wave files when writeframes()
+ is called without data.
+
- Issue #10126: Fix distutils' test_build when Python was built with
--enable-shared.