]> granicus.if.org Git - python/commitdiff
fixed misplaced Issue
authorTarek Ziadé <ziade.tarek@gmail.com>
Fri, 21 Aug 2009 14:30:02 +0000 (14:30 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Fri, 21 Aug 2009 14:30:02 +0000 (14:30 +0000)
Misc/NEWS

index 94e043ea45c5464ef425246ab77db9c18d19c00d..06c60f5db24d05a261ade09949e442d10022c47a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -183,6 +183,12 @@ Build
 - Issue #5726: Make Modules/ld_so_aix return the actual exit code of the
   linker, rather than always exit successfully. Patch by Floris Bruynooghe.
 
+Documentation
+-------------
+
+- Issue #6556: Fixed the Distutils configuration files location explanation
+  for Windows.
+
 Tests
 -----
 
@@ -1237,9 +1243,6 @@ Build
 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