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 brendan-donegan
Recipients brendan-donegan, martin.panter, vstinner
Date 2016-12-15.15:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481816038.16.0.996582753436.issue27069@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be Firefox specific? At least:

b = webbrowser.get("chromium-browser")
b.open("https://bugs.python.org/issue26741")

returns simply:

True

With no exception
History
Date User Action Args
2016-12-15 15:33:58brendan-donegansetrecipients: + brendan-donegan, vstinner, martin.panter
2016-12-15 15:33:58brendan-donegansetmessageid: <1481816038.16.0.996582753436.issue27069@psf.upfronthosting.co.za>
2016-12-15 15:33:58brendan-doneganlinkissue27069 messages
2016-12-15 15:33:57brendan-donegancreate