summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-20 11:29:38 +0000
committerGeorg Brandl <georg@python.org>2010-11-20 11:29:38 +0000
commita32837cec3d00d1169b0eb919c5afbe1495634f7 (patch)
tree12860b5e245130f0325e6313e27337bdffe2b821 /Misc
parent109a00e4e16be33636f70cdefa811118bea84954 (diff)
downloadcpython-a32837cec3d00d1169b0eb919c5afbe1495634f7.tar.gz
Fix news entry position.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd572e50e8..3a984f46a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.