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

index 2fb04a496ebf202d162b660004d2aa2f0ff2151e..16ec78b6127c21bb70c2f6b44a3cdf2404193945 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1218,6 +1218,12 @@ Build
 
 - 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 @@ 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