diff options
author | Georg Brandl <georg@python.org> | 2010-11-20 11:29:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-20 11:29:09 (GMT) |
commit | ef805a6b17198c11c357462ca581c065b4e722a8 (patch) | |
tree | 309a5176eea7c87f8eb3130b522d11b7808a845a /Misc/NEWS | |
parent | a7d1d2401dc4017a0b028fc7270b13c74be9e8b3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |