[issue30451] parse windows path error in webbrowser.get() and lead to webbrowser.Error: could not locate runnable browser

2017-05-23 Thread chainly

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 
<http://bugs.python.org/issue30451>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue30451] parse windows path error in webbrowser.get() and lead to webbrowser.Error: could not locate runnable browser

2017-05-24 Thread chainly

Changes by chainly <1258626...@qq.com>:


--
pull_requests: +1891

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