[issue7965] Problem with urlparse in Windows XP after a drag and drop

2013-05-14 Thread Christopher Bare
Christopher Bare added the comment: I see Senthil's point, but this tripped me up. -- nosy: +Christopher.Bare ___ Python tracker ___ __

[issue7965] Problem with urlparse in Windows XP after a drag and drop

2010-07-14 Thread Senthil Kumaran
Senthil Kumaran added the comment: The resultant url you get after doing a urlparse is not a Windows PATH, but url path component. So, when you use in relative manner by doing urljoin, you will see that the original will get constructed properly. So, there is really no a problem here. --

[issue7965] Problem with urlparse in Windows XP after a drag and drop

2010-07-11 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> orsenthil nosy: +orsenthil versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___