]> granicus.if.org Git - python/commit
Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.
authorGuido van Rossum <guido@python.org>
Sat, 5 Jan 2008 22:19:06 +0000 (22:19 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 5 Jan 2008 22:19:06 +0000 (22:19 +0000)
commitc6a04c2629c43b104b81e8584be21aa1b8bae77f
tree4eed51ce7065079de67ed04f4674cd58240c5b0d
parent3001c5463ecfb8fe17b434733b1bfc399b89e80e
Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.
Fix by John Nagle.
Lib/test/test_urlparse.py
Lib/urlparse.py
Misc/NEWS