[Python-checkins] r71768 - in python/branches/py3k: Misc/NEWS

tarek.ziade python-checkins at python.org
Mon Apr 20 16:33:16 CEST 2009


Author: tarek.ziade
Date: Mon Apr 20 16:33:15 2009
New Revision: 71768

Log:
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)
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Mon Apr 20 16:33:15 2009
@@ -408,6 +408,8 @@
 Library
 -------
 
+- Issue #5795: Fixed test_distutils failure on Debian ppc.
+
 - Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries.
 
 - Issue #5732: added a new command in Distutils: check.


More information about the Python-checkins mailing list