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 santoso.wijaya
Recipients jonsiddle, orsenthil, santoso.wijaya
Date 2011-06-28.17:27:43
SpamBayes Score 9.683257e-05
Marked as misclassified No
Message-id <1309282063.94.0.417786581948.issue12431@psf.upfronthosting.co.za>
In-reply-to
Content
This has been fixed with issue #11703, latest version of Python 2.7 does not exhibit this behaviour anymore:

Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib2
>>> urllib2.Request('http://host/path#fragment').get_full_url()
'http://host/path#fragment'
History
Date User Action Args
2011-06-28 17:27:44santoso.wijayasetrecipients: + santoso.wijaya, orsenthil, jonsiddle
2011-06-28 17:27:43santoso.wijayasetmessageid: <1309282063.94.0.417786581948.issue12431@psf.upfronthosting.co.za>
2011-06-28 17:27:43santoso.wijayalinkissue12431 messages
2011-06-28 17:27:43santoso.wijayacreate