commit | 6e3e6e0d77896106071d35a616a07cd19a71703f | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jan 06 02:40:07 2008 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jan 06 02:40:07 2008 +0000 |
tree | 9b37b24acb0901fc523338311bd51724f8e0dfaa | |
parent | 81728cf4c9d75fdef024d235d9ab15cf0e6ead30 [diff] [blame] |
Forgot to backport the rest of #1637.
diff --git a/Misc/NEWS b/Misc/NEWS index 299b3af..7f3f628 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,6 +53,8 @@ Library ------- +- Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'. + - Issue #1735: TarFile.extractall() now correctly sets directory permissions and times.