Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.
Fix by John Nagle.
diff --git a/Misc/NEWS b/Misc/NEWS
index c5b0e24..cf54566 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -342,6 +342,8 @@
 Library
 -------
 
+- Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.
+
 - Patch #1698: allow '@' in username parsed by urlparse.py.
 
 - Issue #1735: TarFile.extractall() now correctly sets directory permissions