[Python-checkins] r75974 - python/trunk/Misc/NEWS

mark.dickinson python-checkins at python.org
Sat Oct 31 10:28:12 CET 2009


Author: mark.dickinson
Date: Sat Oct 31 10:28:12 2009
New Revision: 75974

Log:
Move a Misc/NEWS entry to right section.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Oct 31 10:28:12 2009
@@ -15,10 +15,6 @@
 - Remove length limitation when constructing a complex number from a
   unicode string.
 
-- Removed _PyOS_double_to_string. Use PyOS_double_to_string
-  instead. This is in preparation for (but not strictly related to)
-  issue #7117, short float repr.
-
 - Issue #1087418: Boost performance of bitwise operations for longs.
 
 - Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
@@ -1418,6 +1414,10 @@
 C-API
 -----
 
+- Removed _PyOS_double_to_string. Use PyOS_double_to_string
+  instead. This is in preparation for (but not strictly related to)
+  issue #7117, short float repr.
+
 - Issue #6624: PyArg_ParseTuple with "s" format when parsing argument with
   NULL: Bogus TypeError detail string.
 


More information about the Python-checkins mailing list