diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-13 12:37:57 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-13 12:37:57 (GMT) |
commit | 822e1d48bc4aacb3dc00cc0f4104232385e28207 (patch) | |
tree | a1bffa127cb0b140cb5c10196237adcc6f0eeb8f /Misc/NEWS | |
parent | f64e6514d772edcdb28c2ae9655d02a7f74ece30 (diff) | |
download | cpython-822e1d48bc4aacb3dc00cc0f4104232385e28207.zip cpython-822e1d48bc4aacb3dc00cc0f4104232385e28207.tar.gz cpython-822e1d48bc4aacb3dc00cc0f4104232385e28207.tar.bz2 |
Merged revisions 71560 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71560 | tarek.ziade | 2009-04-13 14:34:01 +0200 (Mon, 13 Apr 2009) | 1 line
Fixed #5607: Distutils test_get_platform was failing fo Mac OS X fat binaries.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -348,6 +348,8 @@ Core and Builtins Library ------- +- Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries. + - Issue #5732: added a new command in Distutils: check. - Issue #5731: Distutils bdist_wininst no longer worked on non-Windows |