diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-25 12:39:56 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-04-25 12:39:56 (GMT) |
commit | 23336083d3ad050d6389d4696147e4e0c71536cb (patch) | |
tree | 2a3f240a634a767216b93eddc40b94b3f1fe8aa5 /Misc | |
parent | de8a710849827f8e55e73d59bca41d2594a9db99 (diff) | |
download | cpython-23336083d3ad050d6389d4696147e4e0c71536cb.zip cpython-23336083d3ad050d6389d4696147e4e0c71536cb.tar.gz cpython-23336083d3ad050d6389d4696147e4e0c71536cb.tar.bz2 |
Merged revisions 71878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71878 | tarek.ziade | 2009-04-25 14:38:08 +0200 (Sat, 25 Apr 2009) | 1 line
Issue #4951: Fixed failure in test_httpservers
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -437,6 +437,8 @@ Core and Builtins Library ------- +- Issue #4951: Fixed failure in test_httpservers. + - Issue #5795: Fixed test_distutils failure on Debian ppc. - Issue #5607: fixed Distutils test_get_platform for Mac OS X fat binaries. |