commit | de49d64dbcfb108e79a0e42f983ebc2df07219a0 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun Oct 16 23:54:44 2011 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun Oct 16 23:54:44 2011 +0800 |
tree | 8ef0e223f4594aabbb62a28fde5dd7a436a0c714 | |
parent | d8886fc831e16ab225f7e474751cc1a7b3cd01df [diff] [blame] |
Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg.
diff --git a/Misc/NEWS b/Misc/NEWS index f02e878..f490a7a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -304,6 +304,10 @@ Library ------- + +- issue #1673007: urllib2 to support HEAD request via new method argument. + Patch contributions by David Stanek, Patrick Westerhoff and Ezio Melotti. + - Issue #12386: packaging does not fail anymore when writing the RESOURCES file.