commit | c90d02c917837825f7c03b1dfe1222de035fc640 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:39:35 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:39:35 2011 +0800 |
tree | ffecbdacc529b791266370981dc9108c8a3c2442 | |
parent | 665b39803dac1d3835fbc22dc81fafc5f2748fac [diff] | |
parent | f6445e8f4179cbf8825a9d873800c44f9687e229 [diff] |
merge from push conflict.
diff --git a/Misc/NEWS b/Misc/NEWS index 253f854..620fae8 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'.