[Python-checkins] r86289 - python/branches/py3k/Misc/NEWS

hirokazu.yamamoto python-checkins at python.org
Sun Nov 7 12:32:01 CET 2010


Author: hirokazu.yamamoto
Date: Sun Nov  7 12:32:01 2010
New Revision: 86289

Log:
Changed entry name because it's hard to merge.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sun Nov  7 12:32:01 2010
@@ -248,8 +248,8 @@
 
 - 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 @@
     - 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.


More information about the Python-checkins mailing list