]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix news entry position.
authorGeorg Brandl <georg@python.org>
Sat, 20 Nov 2010 11:29:38 +0000 (11:29 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 20 Nov 2010 11:29:38 +0000 (11:29 +0000)
Misc/NEWS

index dd572e50e815b6624b6096542e4580abcee8ca13..3a984f46a0069108b548bc23b77f3cb839e3d416 100644 (file)
--- 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.