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 cool-RR
Recipients cool-RR
Date 2011-07-09.11:59:05
SpamBayes Score 0.028623471
Marked as misclassified No
Message-id <1310212746.09.0.561501840609.issue12522@psf.upfronthosting.co.za>
In-reply-to
Content
I want to use `os.startfile` to open a folder in Explorer/Nautilus/Finder. The documentation says that it's only implemented on Windows:

http://docs.python.org/dev/library/os.html#os.startfile

See discussion on Python-ideas here:
https://groups.google.com/forum/?hl=en#!topic/python-ideas/LL0SavbKrEA


Is there a good reason why `os.startfile` is implemented only on Windows?
History
Date User Action Args
2011-07-09 11:59:06cool-RRsetrecipients: + cool-RR
2011-07-09 11:59:06cool-RRsetmessageid: <1310212746.09.0.561501840609.issue12522@psf.upfronthosting.co.za>
2011-07-09 11:59:05cool-RRlinkissue12522 messages
2011-07-09 11:59:05cool-RRcreate