diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-29 06:25:42 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-29 06:25:42 (GMT) |
commit | 299fa4cb21358c282991917f82e4c2f99aee370b (patch) | |
tree | beaad2c1f35f6934eda28fb1aff9aa0acf34e8c5 /Misc | |
parent | de3aa7fc622800dc730f2844399f7cd567397ea5 (diff) | |
download | cpython-299fa4cb21358c282991917f82e4c2f99aee370b.zip cpython-299fa4cb21358c282991917f82e4c2f99aee370b.tar.gz cpython-299fa4cb21358c282991917f82e4c2f99aee370b.tar.bz2 |
Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ Core and Builtins Library ------- +- Issue 10753 - Characters ';','=' and ',' in the PATH_INFO environment + variable won't be quoted when the URI is constructed by the wsgiref.util 's + request_uri method. According to RFC 3986, these characters can be a part of + params in PATH component of URI and need not be quoted. + - Issue 10738: Fix webbrowser.Opera.raise_opts - Issue 9824: SimpleCookie now encodes , and ; in values to cater to how |