From: Senthil Kumaran Date: Wed, 13 Apr 2011 01:47:20 +0000 (+0800) Subject: update news in 2.7 for Issue #11703 X-Git-Tag: v2.7.2rc1~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0531d6fba5afea68476890db41793cd10ed33f4a;p=python update news in 2.7 for Issue #11703 --- diff --git a/Misc/NEWS b/Misc/NEWS index 3e83823e4b..a3d57615fa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -51,6 +51,9 @@ Core and Builtins 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'.