commit | 2f01e239cb67d7d72d08e2b6f1a7c7769ee41b25 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Wed Dec 26 01:45:22 2012 -0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Wed Dec 26 01:45:22 2012 -0800 |
tree | 7b5becff5aec2a425c70bce71c4f8303a619dfd6 | |
parent | cf4710c3234f77d68e57bf8fe2d9ca4e96a8b085 [diff] [blame] |
Issue #16702: Skip proxies for localhost in urllib2_localnet tests
diff --git a/Misc/NEWS b/Misc/NEWS index 58a6374..381b091 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -164,6 +164,9 @@ Library ------- +- Issue #16702: test_urllib2_localnet tests now correctly ignores proxies for + localhost tests. + - Issue #16713: Fix the parsing of tel url with params using urlparse module. - Issue #16443: Add docstrings to regular expression match objects.