commit | af87886d8dd0cab6f06b4721540f2a64f36676b6 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:34:21 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:34:21 2011 +0800 |
tree | 20d9c05962aeea37ce298dc7ae92758a7f5b85fa | |
parent | 6dc605735d26230e3c5ebf79db8637bb041e9ee0 [diff] | |
parent | d5315482e92d1f3c47460999a790df684bf8b09e [diff] |
merge update
diff --git a/Misc/NEWS b/Misc/NEWS index af3ad9a..7dd4c40 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,6 +53,9 @@ Library ------- +- Issue #11703 - urllib2.geturl() does not return correct url when the original + url contains #fragment. + - Issue #10019: Fixed regression in json module where an indent of 0 stopped adding newlines and acted instead like 'None'.