]> granicus.if.org Git - python/commit
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener...
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 8 Jul 2012 00:15:52 +0000 (17:15 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 8 Jul 2012 00:15:52 +0000 (17:15 -0700)
commit540715a369bb53a26e847a7ce741c6834a948d02
tree86afecd35dbe0129c24850c3566da958e1b821af
parenta5e0eaf2e1151b0e800809422a2c567efad9d556
parentb7451cecad01889ad56c2bc1c8b5103274fa0152
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
Patch contributed by Stephen Thorne.
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS