Merged revisions 79297,79307 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines
#7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
r79307 | florent.xicluna | 2010-03-22 23:45:50 +0100 (lun, 22 mar 2010) | 2 lines
#7667: Fix doctest failures with non-ASCII paths.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 38c5f36..edb0a4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,11 @@
variable anymore. It also forwards the LDFLAGS settings to the linker
when building a shared library.
+Tests
+-----
+
+- Issue #7667: Fix doctest failures with non-ASCII paths.
+
What's New in Python 2.6.5?
===========================