summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTrent Nelson <trent@trent.me>2012-08-21 01:40:21 (GMT)
committerTrent Nelson <trent@trent.me>2012-08-21 01:40:21 (GMT)
commit139cd4352f38e3e1d6b1f86033dc86ec61620e72 (patch)
tree48b4d0be3e80dab62e5e110e7dcbe8ea1ad1a3a2 /Misc
parenta5e5797e487941e0a0f2d9041094bce01294e2f9 (diff)
parent514dbb03ba23cd901381a9182871bbe2ebc14100 (diff)
downloadcpython-139cd4352f38e3e1d6b1f86033dc86ec61620e72.zip
cpython-139cd4352f38e3e1d6b1f86033dc86ec61620e72.tar.gz
cpython-139cd4352f38e3e1d6b1f86033dc86ec61620e72.tar.bz2
Issue #15285: Refactor connect timeout test in test_timeout.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 666934e..29d11f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,10 @@ Documentation
Tests
-----
+- Issue #15285: Refactor the approach for testing connect timeouts using
+ two external hosts that have been configured specifically for this type
+ of test.
+
- Issue #15743: Remove the deprecated method usage in urllib tests. Patch by
Jeff Knupp.