summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-10-27 23:12:01 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-10-27 23:12:01 (GMT)
commitc7c71ff87cf4e8083aaae9564d2f1785f36fd3dc (patch)
treea0a94a9aca7306448297d3a5afedc4e6cec6190e /Misc
parent70ec8ee2ed718de3ce3c6b47238cc6e688b87f7c (diff)
downloadcpython-c7c71ff87cf4e8083aaae9564d2f1785f36fd3dc.zip
cpython-c7c71ff87cf4e8083aaae9564d2f1785f36fd3dc.tar.gz
cpython-c7c71ff87cf4e8083aaae9564d2f1785f36fd3dc.tar.bz2
Merged revisions 75893 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75893 | tarek.ziade | 2009-10-28 00:06:10 +0100 (Wed, 28 Oct 2009) | 1 line Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index edbe964..96320f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,6 +117,9 @@ C-API
Library
-------
+- Issue #1180: Added a new global option to ignore ~/.pydistutils.cfg in
+ Distutils.
+
- Issue #7218: Fix test_site for win32, the directory comparison was done with
an uppercase.