]> granicus.if.org Git - python/commitdiff
Changed entry name because it's hard to merge.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 7 Nov 2010 11:32:01 +0000 (11:32 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sun, 7 Nov 2010 11:32:01 +0000 (11:32 +0000)
Misc/NEWS

index 1731b8acb825306792eee8e70a004c9efc5dbf35..e541d61e970f0ca6c8c3d386a75ea9ac490895c8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -248,8 +248,8 @@ Library
 
 - Issue #9948: Fixed problem of losing filename case information.
 
-Extensions
-----------
+Extension Modules
+-----------------
 
 - Issue #6317: Now winsound.PlaySound can accept non ascii filename.
 
@@ -793,8 +793,8 @@ Core and Builtins
     - format(complex(-0.0, 2.0), '-') omitted the real part from the output,
     - format(complex(0.0, 2.0), '-') included a sign and parentheses.
 
-Extensions
-----------
+Extension Modules
+-----------------
 
 - Issue #6608: time.asctime is now checking struct tm fields its input
   before passing it to the system asctime.  Patch by MunSic Jeong.