This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rudi Grams
Recipients Andrew.Jaffe, Rudi Grams, ned.deily, ronaldoussoren
Date 2017-05-19.05:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495172018.17.0.141767983782.issue30392@psf.upfronthosting.co.za>
In-reply-to
Content
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')
History
Date User Action Args
2017-05-19 05:33:38Rudi Gramssetrecipients: + Rudi Grams, ronaldoussoren, ned.deily, Andrew.Jaffe
2017-05-19 05:33:38Rudi Gramssetmessageid: <1495172018.17.0.141767983782.issue30392@psf.upfronthosting.co.za>
2017-05-19 05:33:38Rudi Gramslinkissue30392 messages
2017-05-19 05:33:37Rudi Gramscreate