[issue12522] Implement `os.startfile` under Linux and Mac

Ram Rachum report at bugs.python.org
Sat Jul 9 13:59:06 CEST 2011


New submission from Ram Rachum <cool-rr at cool-rr.com>:

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?

----------
components: Library (Lib)
messages: 140057
nosy: cool-RR
priority: normal
severity: normal
status: open
title: Implement `os.startfile` under Linux and Mac
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12522>
_______________________________________


More information about the Python-bugs-list mailing list