This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients demian.brecht, ezio.melotti, orsenthil, python-dev, r.david.murray, terry.reedy
Date 2013-05-22.13:32:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369229541.09.0.126426225793.issue17272@psf.upfronthosting.co.za>
In-reply-to
Content
Here is patch with tests and docs. I see no changes to opener is required and the selector which is sent to HTTP request is the correct one. I have added tests for redirect url with #fragment too (For testing scenario reported in Issue 8280).

I shall close this issue once I commit this patch. In a separate report/ commit, get_full_url should be deprecated. Also, I like to see splittag being replaced with urlparse itself, so that our test and expectation with fragment will be consistent.
History
Date User Action Args
2013-05-22 13:32:21orsenthilsetrecipients: + orsenthil, terry.reedy, ezio.melotti, r.david.murray, python-dev, demian.brecht
2013-05-22 13:32:21orsenthilsetmessageid: <1369229541.09.0.126426225793.issue17272@psf.upfronthosting.co.za>
2013-05-22 13:32:21orsenthillinkissue17272 messages
2013-05-22 13:32:20orsenthilcreate