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 CristianCantoro
Recipients CristianCantoro, r.david.murray
Date 2014-08-27.10:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409135485.59.0.993995439672.issue22277@psf.upfronthosting.co.za>
In-reply-to
Content
Hi David,

at the moment the other parameters used by the open()[1] - 'new' and 'autoraise' - have no direct mapping to other subprocess.Popen(), they are passed as options to the call for the specific browsers.
(e.g. firefox -new-tab http://www.example.com)

So I am not really sure I understand your request in this respect.

Cristian

[1] https://docs.python.org/3/library/webbrowser.html#webbrowser.open
History
Date User Action Args
2014-08-27 10:31:25CristianCantorosetrecipients: + CristianCantoro, r.david.murray
2014-08-27 10:31:25CristianCantorosetmessageid: <1409135485.59.0.993995439672.issue22277@psf.upfronthosting.co.za>
2014-08-27 10:31:25CristianCantorolinkissue22277 messages
2014-08-27 10:31:25CristianCantorocreate