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.