commit | ea6e064cbbd65f7115abb5ac7f63f4fc519f2485 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:38:51 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:38:51 2011 +0800 |
tree | 7404e12d3dac36e70ffe6b86484c5e1513131581 | |
parent | 00a47b858887abb5b34f9c62c31185d833ded6a4 [diff] | |
parent | a2353aab474405eebdeee6a1b2af64aaff3095e9 [diff] |
merge from push conflict.
diff --git a/Misc/NEWS b/Misc/NEWS index dd82a0c..c75e578 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,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'.