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 ronaldoussoren
Recipients dalke, ronaldoussoren
Date 2010-05-02.09:50:13
SpamBayes Score 0.005150529
Marked as misclassified No
Message-id <1272793815.74.0.658256948903.issue7192@psf.upfronthosting.co.za>
In-reply-to
Content
Firefox doesn't seem to support a full scripting api, which makes opening tabs and windows harder.

I've committed an alternate version of your patch in r80698: This uses osascript to open the url instead of the open command. I've also added a registration for "safari".

The main reason to use osascript instead of just open is that it might be possible to add support for opening new tabs or windows later on by adjusting the script.
History
Date User Action Args
2010-05-02 09:50:15ronaldoussorensetrecipients: + ronaldoussoren, dalke
2010-05-02 09:50:15ronaldoussorensetmessageid: <1272793815.74.0.658256948903.issue7192@psf.upfronthosting.co.za>
2010-05-02 09:50:14ronaldoussorenlinkissue7192 messages
2010-05-02 09:50:13ronaldoussorencreate