commit | 2c4973dd4a08be5aba88726b5872c95d3069c34b | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 25 19:53:20 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 25 19:53:20 2010 +0000 |
tree | 71f63b133b9b5763f654e1ea79dfad49183959af | |
parent | 85edadb8ab9b7219aaaeaa16a442f672b80e03aa [diff] |
Merged revisions 82985 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82985 | gregory.p.smith | 2010-07-19 16:17:22 -0700 (Mon, 19 Jul 2010) | 3 lines Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in the parameters. (This is jjlee's issue3704.patch ported to py3k) ........