[issue30392] default webbrowser fails on macOS Sierra 10.12.5

Rudi Grams report at bugs.python.org
Fri May 19 01:33:38 EDT 2017


Rudi Grams added the comment:

changing lines 594 and 623 in webbrowser.py (python 2.7.13) to avoid the broken 'open location' seems to solve the problem in idle .

script = 'do shell script "open %s"' % url.replace('"', '%22')

----------
nosy: +Rudi Grams

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30392>
_______________________________________


More information about the Python-bugs-list mailing list