summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2008-12-29 22:38:38 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2008-12-29 22:38:38 (GMT)
commit4450dcf041523fa6752be97994a4111a803dd1fc (patch)
tree06b0c40c8f7c7df3fd77206299b3ce48e09b7fad /Misc
parent0fa3f3d663ae4c8d79abc20681d072a1015cd2f7 (diff)
downloadcpython-4450dcf041523fa6752be97994a4111a803dd1fc.zip
cpython-4450dcf041523fa6752be97994a4111a803dd1fc.tar.gz
cpython-4450dcf041523fa6752be97994a4111a803dd1fc.tar.bz2
Merged revisions 68033 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68033 | tarek.ziade | 2008-12-29 23:23:53 +0100 (Mon, 29 Dec 2008) | 1 line 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 e99ee0b..49656a6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,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.