diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-07-09 01:00:47 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-07-09 01:00:47 (GMT) |
commit | 612a81582092a6a92672097ffbe22beccd546f0a (patch) | |
tree | c57acd2056c99621be7be69bf821ce661edb885f /Misc | |
parent | 9ae947338911a73070254f1999f42d4bf3713ec4 (diff) | |
parent | 168456df1158beee5a5051c108a9052a9aebba27 (diff) | |
download | cpython-612a81582092a6a92672097ffbe22beccd546f0a.zip cpython-612a81582092a6a92672097ffbe22beccd546f0a.tar.gz cpython-612a81582092a6a92672097ffbe22beccd546f0a.tar.bz2 |
revert the changes done for issue14826 - quoting witin Request is not desirable.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -31,11 +31,6 @@ Core and Builtins Library ------- -- Issue #14826: Quote urls in urllib.request.Request similar to how they - are quoted by urllib.request.URLopener. Allows urls to spaces in them to work - transparently with urllib.request.urlopen(...). Patch contributed by Stephen - Thorne. - - Issue #5931: wsgiref environ variable SERVER_SOFTWARE will specify an implementation specific term like Cpython, Jython instead of generic "Python" |