diff options
author | Trent Nelson <trent@trent.me> | 2012-08-21 01:22:59 (GMT) |
---|---|---|
committer | Trent Nelson <trent@trent.me> | 2012-08-21 01:22:59 (GMT) |
commit | 514dbb03ba23cd901381a9182871bbe2ebc14100 (patch) | |
tree | 00447fd9bd1d31b441fbf8b734ccf06fe3e81489 /Misc | |
parent | 9439f04b9af6d31d8ff6fb5601d32d004946e9cc (diff) | |
download | cpython-514dbb03ba23cd901381a9182871bbe2ebc14100.zip cpython-514dbb03ba23cd901381a9182871bbe2ebc14100.tar.gz cpython-514dbb03ba23cd901381a9182871bbe2ebc14100.tar.bz2 |
Issue #15285: Refactor connect timeout test in test_timeout.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -436,6 +436,10 @@ Extension Modules 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 #15615: Add some tests for the json module's handling of invalid input data. Patch by Kushal Das. |