]> granicus.if.org Git - python/commit
Fix closes issue 1673007 urllib.request to support HEAD requests with a new method...
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 16 Oct 2011 15:54:44 +0000 (23:54 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 16 Oct 2011 15:54:44 +0000 (23:54 +0800)
commitde49d64dbcfb108e79a0e42f983ebc2df07219a0
tree8ef0e223f4594aabbb62a28fde5dd7a436a0c714
parentd8886fc831e16ab225f7e474751cc1a7b3cd01df
Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg.
Doc/library/urllib.request.rst
Doc/whatsnew/3.3.rst
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS