On Wed, 13 Apr 2011 01:26:12 +0200 senthil.kumaran <python-check...@python.org> wrote: > http://hg.python.org/cpython/rev/3f240a1cd245 > changeset: 69284:3f240a1cd245 > branch: 3.1 > parent: 69277:707078ca0a77 > user: Senthil Kumaran <orsent...@gmail.com> > date: Wed Apr 13 07:01:19 2011 +0800 > summary: > Fix Issue11703 - urllib2.geturl() does not return correct url when the > original url contains #fragment. Patch Contribution by Santoso Wijaya. > > files: > Lib/test/test_urllib.py | 10 ++++++++++ > Lib/test/test_urllib2.py | 15 ++++++++++++++- > Lib/test/test_urllib2net.py | 2 +- > Lib/urllib/request.py | 9 ++++++--- > 4 files changed, 31 insertions(+), 5 deletions(-)
Can you add a Misc/NEWS entry? Thank you Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com