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.
Created on 2011年07月09日 11:59 by cool-RR, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg140057 - (view) | Author: Ram Rachum (cool-RR) * | Date: 2011年07月09日 11:59 | |
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? |
|||
| msg140058 - (view) | Author: Ross Lagerwall (rosslagerwall) (Python committer) | Date: 2011年07月09日 12:13 | |
I think this is a duplicate of #3177. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:19 | admin | set | github: 56731 |
| 2011年07月12日 06:36:26 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2011年07月09日 12:13:13 | rosslagerwall | set | status: open -> closed nosy: + rosslagerwall messages: + msg140058 resolution: duplicate |
| 2011年07月09日 11:59:05 | cool-RR | create | |