diff options
author | Georg Brandl <georg@python.org> | 2010-11-20 11:29:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-20 11:29:58 (GMT) |
commit | fbef44f255681ca90c36b7733d49b86fed1d3793 (patch) | |
tree | fd7e0f999e569aa0cc18f88c8bd634c4883290d8 /Misc/NEWS | |
parent | 7fef7a837514ea8cfbe35fe34c7a3eff9c63c1f6 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Core and Builtins Library ------- +- Issue #10198: fix duplicate header written to wave files when writeframes() + is called without data. + Build ----- |