mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
Fix issue14826 - make urllib.request.Request quoted url consistent with URLOpener open method.
Patch contributed by Stephen Thorne.
This commit is contained in:
parent
5356af8c48
commit
01fe5fa8ea
3 changed files with 14 additions and 2 deletions
|
|
@ -84,6 +84,11 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14826: Quote urls in urllib2.Request identically to how they
|
||||
are quoted by urllib.URLopener. Allows urls to spaces in them to work
|
||||
transparently with urllib.request.urlopen(...). Patch contributed by Stephen
|
||||
Thorne.
|
||||
|
||||
- Issue #15247: FileIO now raises an error when given a file descriptor
|
||||
pointing to a directory.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue