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 larry
Recipients Arfrever, Hobson.Lane, Roman.Evstifeev, benjamin.peterson, cvrebert, eric.araujo, ganadist, giampaolo.rodola, larry, pitrou, r.david.murray, rosslagerwall, smarnach, tebeka
Date 2012-05-26.00:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337990937.56.0.848497509782.issue3177@psf.upfronthosting.co.za>
In-reply-to
Content
> Could even add an `operation` parameter to let the caller
> select actions,
> [...]
> operation in ['auto', 'run', 'edit', 'display', 'browse',
> 'explore', 'share', 'send', 'like', 'email', 'open', 'xdg-open',
> ...] # can be incrementally added/implemented

IIRC ShellExecute on Windows has support for verbs like this.  But how would we implement support for "explore" / "share" / "send" / "like" on Mac OS X and Linux?

The only flag I can think of supporting in a cross-platform way would be "execute=True", which on Windows would mean try the verb "run" before trying the default, and on OS X and Linux would mean look for the execute bit / the "#!" signature and run it if possible first before using "xdg-open".
History
Date User Action Args
2012-05-26 00:08:57larrysetrecipients: + larry, tebeka, pitrou, giampaolo.rodola, benjamin.peterson, eric.araujo, ganadist, Arfrever, r.david.murray, cvrebert, rosslagerwall, smarnach, Roman.Evstifeev, Hobson.Lane
2012-05-26 00:08:57larrysetmessageid: <1337990937.56.0.848497509782.issue3177@psf.upfronthosting.co.za>
2012-05-26 00:08:56larrylinkissue3177 messages
2012-05-26 00:08:56larrycreate