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 eric.araujo
Recipients benjamin.peterson, cool-RR, cvrebert, eric.araujo, ganadist, giampaolo.rodola, rosslagerwall
Date 2011-07-15.15:13:44
SpamBayes Score 0.0021370116
Marked as misclassified No
Message-id <1310742824.94.0.476519233793.issue3177@psf.upfronthosting.co.za>
In-reply-to
Content
> as long as it's implemented and it's in the standard library, and
> people don't have to use subprocess to run open or xdg-open themselves
> as I currently do.

This new function would call os.startfile on Windows, xdg-open where applicable, and open on Mac OS X (using a subprocess for these last two).

I found the python-ideas thread: http://mail.python.org/pipermail/python-ideas/2011-July/010674.html
There was only limited support.
History
Date User Action Args
2011-07-15 15:13:45eric.araujosetrecipients: + eric.araujo, giampaolo.rodola, benjamin.peterson, ganadist, cvrebert, cool-RR, rosslagerwall
2011-07-15 15:13:44eric.araujosetmessageid: <1310742824.94.0.476519233793.issue3177@psf.upfronthosting.co.za>
2011-07-15 15:13:44eric.araujolinkissue3177 messages
2011-07-15 15:13:44eric.araujocreate