diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-29 06:29:58 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-29 06:29:58 (GMT) |
commit | e5f8e849c8b11acc7890425fcba051647d7bb35d (patch) | |
tree | 2fca750acf9de6f22a3f27dfb9c75b38bbe213a3 /Misc | |
parent | bb53bb40e6bac0b45ea20659f713117cd85c009f (diff) | |
download | cpython-e5f8e849c8b11acc7890425fcba051647d7bb35d.zip cpython-e5f8e849c8b11acc7890425fcba051647d7bb35d.tar.gz cpython-e5f8e849c8b11acc7890425fcba051647d7bb35d.tar.bz2 |
Merged revisions 87564 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87564 | senthil.kumaran | 2010-12-29 14:25:42 +0800 (Wed, 29 Dec 2010) | 3 lines
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
@@ -24,6 +24,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 |