Update the News for the fix to Issue11703.
diff --git a/Misc/NEWS b/Misc/NEWS
index b80bd52..a36abac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@
 Library
 -------
 
+- Issue #11703 - urllib2.geturl() does not return correct url when the original
+  url contains #fragment.
+
 - Issue #5162: Treat services like frozen executables to allow child spawning
   from multiprocessing.forking on Windows.