summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-11-10 23:11:00 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-11-10 23:11:00 (GMT)
commit2a1838b9dfa6f825ee272ec8bef683394e845830 (patch)
tree38443cd0914b1b8a763fcf7ce111f48cb7c1bf7b /Misc
parentce4179d0226768988965ac238ad15791cd377def (diff)
downloadcpython-2a1838b9dfa6f825ee272ec8bef683394e845830.zip
cpython-2a1838b9dfa6f825ee272ec8bef683394e845830.tar.gz
cpython-2a1838b9dfa6f825ee272ec8bef683394e845830.tar.bz2
Issue #19544 and Issue #1180: Restore global option to ignore ~/.pydistutils.cfg in Distutils, accidentally removed in backout of distutils2 changes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dddf7ca..0cfdd13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,10 @@ Core and Builtins
Library
-------
+- Issue #19544 and Issue #1180: Restore global option to ignore
+ ~/.pydistutils.cfg in Distutils, accidentally removed in backout of
+ distutils2 changes.
+
- Issue #19523: Closed FileHandler leak which occurred when delay was set.
- Issue #19544 and #6516: Restore support for --user and --group parameters to