summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-08-21 14:14:55 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-08-21 14:14:55 (GMT)
commit58266aacf84897695e861ac2d179f071d2142308 (patch)
tree8338d4380991bdd26a8bf4d7b6bc4920ec9472be /Misc/NEWS
parente402e2a48eacd2a66b32bca7363d8fd4b66a41fa (diff)
downloadcpython-58266aacf84897695e861ac2d179f071d2142308.zip
cpython-58266aacf84897695e861ac2d179f071d2142308.tar.gz
cpython-58266aacf84897695e861ac2d179f071d2142308.tar.bz2
Merged revisions 74533 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74533 | tarek.ziade | 2009-08-21 16:11:26 +0200 (Fri, 21 Aug 2009) | 1 line Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b8bb70..94e043e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1237,6 +1237,9 @@ 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