summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2008-12-29 22:23:53 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2008-12-29 22:23:53 (GMT)
commitc13acb18bc2db9d8824ba94b86d8e4c8909d6b6c (patch)
tree985cbee160d36e67a6d72b564078b6195cfc5ead /Misc
parentfc5a8543ce4f11c9ef39ce59ca433e473df74179 (diff)
downloadcpython-c13acb18bc2db9d8824ba94b86d8e4c8909d6b6c.zip
cpython-c13acb18bc2db9d8824ba94b86d8e4c8909d6b6c.tar.gz
cpython-c13acb18bc2db9d8824ba94b86d8e4c8909d6b6c.tar.bz2
fixed #4646 : distutils was choking on empty options arg in the setup function.
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 1fd8d33..539a41a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,9 @@ Core and Builtins
Library
-------
+- Issue #4646: distutils was choking on empty options arg in the setup
+ function. Original patch by Thomas Heller.
+
- Issue #3767: Convert Tk object to string in tkColorChooser.
- Issue #3248: Allow placing ScrolledText in a PanedWindow.