]> granicus.if.org Git - python/commitdiff
Fix-up NEWS merge.
authorGeorg Brandl <georg@python.org>
Sat, 3 Sep 2011 07:08:49 +0000 (09:08 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 3 Sep 2011 07:08:49 +0000 (09:08 +0200)
Misc/NEWS

index af26b8dcfa426998029e7d891b23841fb1c5a348..0aa9a113147acc8898e5acf75d29fa22e0e5fad6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,13 +13,18 @@ Core and Builtins
 - Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python
   is compiled on Linux 3.
 
-
 Library
 -------
 
 - Issue #12839: Fix crash in zlib module due to version mismatch.
   Fix by Richard M. Tew.
 
+Extension Modules
+-----------------
+
+- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
+  some functions like file.write().
+
 
 
 What's New in Python 3.2.2 release candidate 1?
@@ -152,9 +157,6 @@ Library
 Extension Modules
 -----------------
 
-- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
-  some functions like file.write().
-
 - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
   signature.  Without this, architectures where sizeof void* != sizeof int are
   broken.  Patch given by Hallvard B Furuseth.