New submission from Young-Ho Cha <[EMAIL PROTECTED]>: Currently, os.startfile is implemented in Win32 only, but there are command line tools in Unix and MacOSX that have same behavior.
As a result of http://portland.freedesktop.org, unix desktop has command line tool named "xdg-open" (http://portland.freedesktop.org/xdg-utils-1.0/xdg-open.html). And MacOSX has 'open' (http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/open.1.html) command, and it can be used in same condition. ---------- components: Library (Lib) messages: 68623 nosy: ganadist severity: normal status: open title: os.startfile implement in posix and MacOSX type: feature request _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3177> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com