http://hg.python.org/cpython/rev/35b16d49c0b1 changeset: 69305:35b16d49c0b1 parent: 69296:2d0d0850335e parent: 69304:35388341060d user: Senthil Kumaran <orsenthil at gmail.com> date: Wed Apr 13 09:37:39 2011 +0800 summary: merge from 3.2 files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- 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'. -- Repository URL: http://hg.python.org/cpython