[Python-Dev] cpython (3.1): Fix Issue11703 (original) (raw)
[Python-Dev] cpython (3.1): Fix Issue11703 - urllib2.geturl() does not return correct url when the original
Antoine Pitrou solipsis at pitrou.net
Wed Apr 13 01:43:39 CEST 2011
- Previous message: [Python-Dev] cpython: Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
- Next message: [Python-Dev] cpython (3.1): Fix Issue11703 - urllib2.geturl() does not return correct url when the original
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 13 Apr 2011 01:26:12 +0200 senthil.kumaran <python-checkins at python.org> wrote:
http://hg.python.org/cpython/rev/3f240a1cd245 changeset: 69284:3f240a1cd245 branch: 3.1 parent: 69277:707078ca0a77 user: Senthil Kumaran <orsenthil at 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/testurllib.py | 10 ++++++++++ Lib/test/testurllib2.py | 15 ++++++++++++++- Lib/test/testurllib2net.py | 2 +- Lib/urllib/request.py | 9 ++++++--- 4 files changed, 31 insertions(+), 5 deletions(-)
Can you add a Misc/NEWS entry?
Thank you
Antoine.
- Previous message: [Python-Dev] cpython: Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
- Next message: [Python-Dev] cpython (3.1): Fix Issue11703 - urllib2.geturl() does not return correct url when the original
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]