]> granicus.if.org Git - python/commit
Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 19 Jul 2010 23:17:22 +0000 (23:17 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 19 Jul 2010 23:17:22 +0000 (23:17 +0000)
commit41e6c3df8bd8e7f3990886c5269b2f446095de38
treedc10cb4e2aa2eba5252e4848e72469a6c49c29a7
parent79e17f6f666e6b41320b7355c34d8a292fa5b586
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