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

Senthil Kumaran report at bugs.python.org
Wed Jul 14 21:43:31 CEST 2010


Senthil Kumaran <orsenthil at gmail.com> 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.

----------
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7965>
_______________________________________


More information about the Python-bugs-list mailing list