Raise ResourceDenied in test_urllib2net when the Net connection goes bad.
diff --git a/Misc/NEWS b/Misc/NEWS
index f778761..34b7086 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -624,7 +624,8 @@
 Tests
 -----
 
-- Capture and silence socket connection resets and timeouts in test_socket_ssl.
+- Capture socket connection resets and timeouts in test_socket_ssl and
+  test_urllib2net and raise test.test_support.ResourceDenied.
 
 - Patch #1559413: Fix test_cmd_line if sys.executable contains a space.