Merged revisions 71766 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71766 | tarek.ziade | 2009-04-20 16:29:42 +0200 (Mon, 20 Apr 2009) | 1 line

  adding a NEWS note for #5795 (previously checked via the buildbot)
........
This commit is contained in:
Tarek Ziadé 2009-04-20 14:33:15 +00:00
parent fbd7757b4b
commit 628fbd59ea

View file

@ -408,6 +408,8 @@ Core and Builtins
Library Library
------- -------
- Issue #5795: Fixed test_distutils failure on Debian ppc.
- Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries. - Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries.
- Issue #5732: added a new command in Distutils: check. - Issue #5732: added a new command in Distutils: check.