New submission from chainly:

a bug when platform is not posix, lead to
webbrowser.Error: could not locate runnable browser
see below:
import shlex
shlex.split(r'C:\a\chrome.exe', comments=False, posix=True)
['C:achrome.exe']
shlex.split(r'C:\a\chrome.exe', comments=False, posix=False)
['C:\a\chrome.exe']

----------
components: Library (Lib)
messages: 294325
nosy: chainly
priority: normal
pull_requests: 1865
severity: normal
status: open
title: parse windows path error in webbrowser.get() and lead to 
webbrowser.Error: could not locate runnable browser

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30451>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to