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 Stephen.White
Recipients Stephen.White, jonsiddle, orsenthil, santoso.wijaya
Date 2011-07-05.09:31:23
SpamBayes Score 6.7781104e-07
Marked as misclassified No
Message-id <1309858284.0.0.0248812374457.issue12431@psf.upfronthosting.co.za>
In-reply-to
Content
Just to confirm that it was a release, but 2.7.1 so not the current.  Doesn't appear to happen in Python 2.7 (as shipped with Fedora Core 14) or in Python 2.7.2.

C:\>\Python27\python.exe
Python 2.7.1 (r271:86832, Nov 27 2010, 17:19:03) [MSC v.1500 64 bit (AMD64)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib2
>>> urllib2.Request("http://host/path#fragment").get_full_url()
'http://host/path'
>>>

Upgrading our affected Windows boxes to Python 2.7.2 seems to solve the problem.

We're happy for this bug to remain closed.
History
Date User Action Args
2011-07-05 09:31:24Stephen.Whitesetrecipients: + Stephen.White, orsenthil, santoso.wijaya, jonsiddle
2011-07-05 09:31:24Stephen.Whitesetmessageid: <1309858284.0.0.0248812374457.issue12431@psf.upfronthosting.co.za>
2011-07-05 09:31:23Stephen.Whitelinkissue12431 messages
2011-07-05 09:31:23Stephen.Whitecreate