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 ocean-city
Recipients ocean-city
Date 2009-04-28.01:48:04
SpamBayes Score 1.555253e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Python 2.7a0 (trunk, Apr 28 2009, 10:23:56) [MSC v.1200 32 bit (Intel)]
on win32

Type "help", "copyright", "credits" or "license" for more information.
>>> import urllib
>>> urllib.pathname2url("c:/foo")
'///C|//foo'

When "|" above is quoted, urllib.urlopen cannot handle quoted url.
History
Date User Action Args
2009-04-28 01:48:07ocean-citysetrecipients: + ocean-city
2009-04-28 01:48:06ocean-citysetmessageid: <[email protected]>
2009-04-28 01:48:05ocean-citylinkissue5861 messages
2009-04-28 01:48:05ocean-citycreate