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 DonaldDuck1313
Recipients DonaldDuck1313
Date 2021-12-31.16:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640967075.78.0.947803082888.issue46213@roundup.psfhosted.org>
In-reply-to
Content
In Termux, if I type the following code, I would expect it to open the URL in a browser, but it does nothing:

import webbrowser
webbrowser.open("http://example.com")
History
Date User Action Args
2021-12-31 16:11:15DonaldDuck1313setrecipients: + DonaldDuck1313
2021-12-31 16:11:15DonaldDuck1313setmessageid: <1640967075.78.0.947803082888.issue46213@roundup.psfhosted.org>
2021-12-31 16:11:15DonaldDuck1313linkissue46213 messages
2021-12-31 16:11:15DonaldDuck1313create