commit | c6a04c2629c43b104b81e8584be21aa1b8bae77f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Jan 05 22:19:06 2008 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Jan 05 22:19:06 2008 +0000 |
tree | 4eed51ce7065079de67ed04f4674cd58240c5b0d | |
parent | 3001c5463ecfb8fe17b434733b1bfc399b89e80e [diff] |
Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. Fix by John Nagle.