Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement os.startfile under Linux and Mac #56731

Closed
cool-RR mannequin opened this issue Jul 9, 2011 · 2 comments
Closed

Implement os.startfile under Linux and Mac #56731

cool-RR mannequin opened this issue Jul 9, 2011 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@cool-RR
Copy link
Mannequin

cool-RR mannequin commented Jul 9, 2011

BPO 12522
Nosy @ezio-melotti, @cool-RR

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2011-07-09.12:13:13.665>
created_at = <Date 2011-07-09.11:59:05.364>
labels = ['library']
title = 'Implement `os.startfile` under Linux and Mac'
updated_at = <Date 2011-07-12.06:36:26.812>
user = 'https://github.com/cool-RR'

bugs.python.org fields:

activity = <Date 2011-07-12.06:36:26.812>
actor = 'ezio.melotti'
assignee = 'none'
closed = True
closed_date = <Date 2011-07-09.12:13:13.665>
closer = 'rosslagerwall'
components = ['Library (Lib)']
creation = <Date 2011-07-09.11:59:05.364>
creator = 'cool-RR'
dependencies = []
files = []
hgrepos = []
issue_num = 12522
keywords = []
message_count = 2.0
messages = ['140057', '140058']
nosy_count = 3.0
nosy_names = ['ezio.melotti', 'cool-RR', 'rosslagerwall']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue12522'
versions = ['Python 3.3']

@cool-RR
Copy link
Mannequin Author

cool-RR mannequin commented Jul 9, 2011

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?

@cool-RR cool-RR mannequin added the stdlib Python modules in the Lib dir label Jul 9, 2011
@rosslagerwall
Copy link
Mannequin

rosslagerwall mannequin commented Jul 9, 2011

I think this is a duplicate of bpo-3177.

@rosslagerwall rosslagerwall mannequin closed this as completed Jul 9, 2011
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

0 participants