webbrowser.open("./documentation/help.html")-- No Go in Windows

Matej Cepl mcepl at redhat.com
Tue Feb 26 08:15:38 EST 2013


On 2013-02-25, 03:37 GMT, llanitedave wrote:
>         url_link = "file:///" + fullpath

Isn't this too many slashes. On Linux I get URI

file:////usr/share/doc/whatever.html

which is just too many slashes (it should be three, two for the 
protocol, one for the root directory).

Matěj



More information about the Python-list mailing list