summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-04-08 17:40:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-04-08 17:40:54 (GMT)
commit7bc26b9be66e56819f3b3de5898eb8af9e0761b1 (patch)
tree72baa4ae191628e2e3d5207fb14e3765f9b754e8 /Misc
parente84089e3f1000ba1d060931e416dc148fe79d6eb (diff)
downloadcpython-7bc26b9be66e56819f3b3de5898eb8af9e0761b1.zip
cpython-7bc26b9be66e56819f3b3de5898eb8af9e0761b1.tar.gz
cpython-7bc26b9be66e56819f3b3de5898eb8af9e0761b1.tar.bz2
Issue #8348: Fix test ftp url in test_urllib2net.
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 3aff2a8..e11d9cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@ Core and Builtins
Library
-------
+- Issue #8348: Fix test ftp url in test_urllib2net.
+
- Issue #8204: Fix test_ttk notebook test by forcing focus.
- Issue #8344: Fix test_ttk bug on FreeBSD.