diff options
author | Georg Brandl <georg@python.org> | 2010-11-20 11:29:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-20 11:29:38 (GMT) |
commit | 839c113926e5952a695810e7dec6ca17d991fcdd (patch) | |
tree | 202dd45b423d0d776d7cfbe9f1e45a80d1e5110b /Misc | |
parent | ef805a6b17198c11c357462ca581c065b4e722a8 (diff) | |
download | cpython-839c113926e5952a695810e7dec6ca17d991fcdd.zip cpython-839c113926e5952a695810e7dec6ca17d991fcdd.tar.gz cpython-839c113926e5952a695810e7dec6ca17d991fcdd.tar.bz2 |
Fix news entry position.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #10198: fix duplicate header written to wave files when writeframes() + is called without data. + - Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru. Build @@ -91,9 +94,6 @@ 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. |