summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-25 12:39:56 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-25 12:39:56 (GMT)
commit23336083d3ad050d6389d4696147e4e0c71536cb (patch)
tree2a3f240a634a767216b93eddc40b94b3f1fe8aa5 /Misc
parentde8a710849827f8e55e73d59bca41d2594a9db99 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3a965a..e647965 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.