summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-08-21 14:28:38 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-08-21 14:28:38 (GMT)
commitc4a4aebe60a9f5b9dc2f33adc189dbc3cdf9725f (patch)
treef69de57377417387dc17329b10b4ddf96008d22c /Misc
parentf721666d33f7d25a31333300e7be59f530f4508b (diff)
downloadcpython-c4a4aebe60a9f5b9dc2f33adc189dbc3cdf9725f.zip
cpython-c4a4aebe60a9f5b9dc2f33adc189dbc3cdf9725f.tar.gz
cpython-c4a4aebe60a9f5b9dc2f33adc189dbc3cdf9725f.tar.bz2
fixed misplaced Issue line
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2fb04a4..16ec78b 100644
--- 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