Message294325
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'] |
|
Date |
User |
Action |
Args |
2017-05-24 05:51:58 | chainly | set | recipients:
+ chainly |
2017-05-24 05:51:58 | chainly | set | messageid: <1495605118.23.0.51946743768.issue30451@psf.upfronthosting.co.za> |
2017-05-24 05:51:58 | chainly | link | issue30451 messages |
2017-05-24 05:51:57 | chainly | create | |
|