diff options
author | Andrew Kuchling <amk@amk.ca> | 2013-11-10 23:11:00 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2013-11-10 23:11:00 (GMT) |
commit | 2a1838b9dfa6f825ee272ec8bef683394e845830 (patch) | |
tree | 38443cd0914b1b8a763fcf7ce111f48cb7c1bf7b /Misc | |
parent | ce4179d0226768988965ac238ad15791cd377def (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |