Message139370
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' |
|
Date |
User |
Action |
Args |
2011-06-28 17:27:44 | santoso.wijaya | set | recipients:
+ santoso.wijaya, orsenthil, jonsiddle |
2011-06-28 17:27:43 | santoso.wijaya | set | messageid: <1309282063.94.0.417786581948.issue12431@psf.upfronthosting.co.za> |
2011-06-28 17:27:43 | santoso.wijaya | link | issue12431 messages |
2011-06-28 17:27:43 | santoso.wijaya | create | |
|