Fix Issue 15743 - improve urllib tests by removing deprecated method usages. Patch by Jeff Knupp.
diff --git a/Misc/NEWS b/Misc/NEWS
index cdd50d5..666934e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -86,6 +86,9 @@
 Tests
 -----
 
+- Issue #15743: Remove the deprecated method usage in urllib tests. Patch by
+  Jeff Knupp.
+
 - Issue #15615: Add some tests for the json module's handling of invalid
   input data.  Patch by Kushal Das.