commit | 2a91ce8960d98fe2c98936a73d5e0e7a24856824 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 25 19:11:36 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun Jul 25 19:11:36 2010 +0000 |
tree | 3e08f842dc9bda2d73a7a35b352fe1f989cd5681 | |
parent | 137e0b126d87ef745af972eb27da838b83e90c93 [diff] [blame] |
Fixes issue #3704: cookielib was not properly handling URLs with a / in the parameters.
diff --git a/Misc/NEWS b/Misc/NEWS index 6fce1bc..88c4731 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Library ------- +- Issue #3704: cookielib was not properly handling URLs with a / in the + parameters. + - Issue #9032: XML-RPC client retries the request on EPIPE error. The EPIPE error occurs when the server closes the socket and the client sends a big XML-RPC request.