]> granicus.if.org Git - python/commit
fixed #4646 : distutils was choking on empty options arg in the setup function.
authorTarek Ziadé <ziade.tarek@gmail.com>
Mon, 29 Dec 2008 22:23:53 +0000 (22:23 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Mon, 29 Dec 2008 22:23:53 +0000 (22:23 +0000)
commitc13acb18bc2db9d8824ba94b86d8e4c8909d6b6c
tree985cbee160d36e67a6d72b564078b6195cfc5ead
parentfc5a8543ce4f11c9ef39ce59ca433e473df74179
fixed #4646 : distutils was choking on empty options arg in the setup function.
Lib/distutils/dist.py
Lib/distutils/tests/test_dist.py
Misc/NEWS