commit | ddaea1c38a8d4d3befe378738a1bd02637347231 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Fri Apr 15 18:07:33 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Fri Apr 15 18:07:33 2011 +0800 |
tree | 7a84e5893d595af9fe9263bd3c8aadc69277365b | |
parent | 1bb18cc39e21fb0acbfde6dadbd6c432f19c4513 [diff] |
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. Patch by Santoso Wijaya.
diff --git a/Misc/NEWS b/Misc/NEWS index 20fa417..7510225 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Library ------- +- Issue #11467: Fix urlparse behavior when handling urls which contains scheme + specific part only digits. Patch by Santoso Wijaya. + - Issue #11474: Fix the bug with url2pathname() handling of '/C|/' on Windows. Patch by Santoso Wijaya.