commit | 40b998b05dc2fe6cfd96793793f9087eb075d475 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Oct 27 23:06:10 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Oct 27 23:06:10 2009 +0000 |
tree | 21b16d15ba4bec66ff70680ed7481db3f51c705d | |
parent | 4e1be94bc6c7ec21daf1de030cc59c9c61b498f8 [diff] [blame] |
Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
diff --git a/Misc/NEWS b/Misc/NEWS index 8cf5db4..24cb7b3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -427,6 +427,9 @@ 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.