]> granicus.if.org Git - python/commit
Merged revisions 82985 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 25 Jul 2010 19:53:20 +0000 (19:53 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 25 Jul 2010 19:53:20 +0000 (19:53 +0000)
commit2c4973dd4a08be5aba88726b5872c95d3069c34b
tree71f63b133b9b5763f654e1ea79dfad49183959af
parent85edadb8ab9b7219aaaeaa16a442f672b80e03aa
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)
........
Lib/http/cookiejar.py
Lib/test/test_http_cookiejar.py
Misc/NEWS