commit | 77ebfccd4d58040bb9a9ea5eba18e895ec201d34 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Mon Aug 20 13:43:59 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Mon Aug 20 13:43:59 2012 -0700 |
tree | 9b17cdcd95f7265bbb54f2e3d0313b8918701f9a | |
parent | df9c945070c3b74438b1141d2fff911a83f6e8fe [diff] [blame] |
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.