diff options
author | Georg Brandl <georg@python.org> | 2010-10-30 08:29:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-30 08:29:28 (GMT) |
commit | cc2adbc693c669bb212ea90483600eb3d71349c3 (patch) | |
tree | 7e7707be54d8663579da40bc2e120f4ed0484a31 /Misc/NEWS | |
parent | dd4215483f369f17e15804179212493c76b7bc41 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |