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

tarek.ziade python-checkins at python.org
Fri Aug 21 16:28:38 CEST 2009


Author: tarek.ziade
Date: Fri Aug 21 16:28:38 2009
New Revision: 74537

Log:
fixed misplaced Issue line

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Aug 21 16:28:38 2009
@@ -1218,6 +1218,12 @@
 
 - Issue #4204: Fixed module build errors on FreeBSD 4.
 
+Documentation
+-------------
+
+- Issue #6556: Fixed the Distutils configuration files location explanation
+  for Windows.
+
 C-API
 -----
 
@@ -1783,9 +1789,6 @@
 Documentation
 -------------
 
-- Issue #6556: Fixed the Distutils configuration files location explanation
-  for Windows.
-
 - Issue #2235: the C API function PyObject_HashNotImplemented and its
   interaction with the tp_hash slot (added in 2.6b2) are now documented
 


More information about the Python-checkins mailing list