Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in
the parameters.  (This is jjlee's issue3704.patch ported to py3k)
diff --git a/Misc/NEWS b/Misc/NEWS
index 665371c..e9dbc99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,9 @@
 Library
 -------
 
+- Issue #3704: http.cookiejar was not properly handling URLs with a / in the
+  parameters.
+
 - Issue #9268: ``pickletools.dis()`` now has an optional *annotate*
   argument which controls printing of opcode descriptions in ``dis()``
   output.