[issue30451] parse windows path error in webbrowser.get() and lead to webbrowser.Error: could not locate runnable browser
Changes by chainly <1258626...@qq.com>: -- pull_requests: +1891 ___ Python tracker <http://bugs.python.org/issue30451> ___ ___ Python-bugs-list mailing list
[issue30451] parse windows path error in webbrowser.get() and lead to webbrowser.Error: could not locate runnable browser
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', comme