[Python-checkins] r86559 - python/branches/release27-maint/Misc/NEWS

georg.brandl python-checkins at python.org
Sat Nov 20 12:29:38 CET 2010


Author: georg.brandl
Date: Sat Nov 20 12:29:38 2010
New Revision: 86559

Log:
Fix news entry position.

Modified:
   python/branches/release27-maint/Misc/NEWS

Modified: python/branches/release27-maint/Misc/NEWS
==============================================================================
--- python/branches/release27-maint/Misc/NEWS	(original)
+++ python/branches/release27-maint/Misc/NEWS	Sat Nov 20 12:29:38 2010
@@ -13,6 +13,9 @@
 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 @@
 - 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.
   


More information about the Python-checkins mailing list