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 vstinner
Recipients martin.panter, vstinner
Date 2016-05-20.13:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463751190.61.0.246272876037.issue27069@psf.upfronthosting.co.za>
In-reply-to
Content
I checked how "xdg-open http://www.python.org/" works. It looks like the command works as webbrowser: create a child process "firefox URL", but then it waits until the command completes.

In fact, "firefox URL" exits quickly. So we can try "background = False" for firefox. Well, at least with my Firefox 46.0.1.
History
Date User Action Args
2016-05-20 13:33:10vstinnersetrecipients: + vstinner, martin.panter
2016-05-20 13:33:10vstinnersetmessageid: <1463751190.61.0.246272876037.issue27069@psf.upfronthosting.co.za>
2016-05-20 13:33:10vstinnerlinkissue27069 messages
2016-05-20 13:33:10vstinnercreate