]> granicus.if.org Git - python/commit
Fixes issue #3704: cookielib was not properly handling URLs with a / in the
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 25 Jul 2010 19:11:36 +0000 (19:11 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 25 Jul 2010 19:11:36 +0000 (19:11 +0000)
commit2a91ce8960d98fe2c98936a73d5e0e7a24856824
tree3e08f842dc9bda2d73a7a35b352fe1f989cd5681
parent137e0b126d87ef745af972eb27da838b83e90c93
Fixes issue #3704: cookielib was not properly handling URLs with a / in the
parameters.
Lib/cookielib.py
Lib/test/test_cookielib.py
Misc/NEWS