[New-bugs-announce] [issue30451] parse windows path error in webbrowser.get() and lead to webbrowser.Error: could not locate runnable browser
chainly
report at bugs.python.org
Wed May 24 01:51:58 EDT 2017
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 <report at bugs.python.org>
<http://bugs.python.org/issue30451>
_______________________________________
More information about the New-bugs-announce
mailing list