Éric Araujo <mer...@netwok.org> added the comment:

Note that my suggestion has an inconvenient on Windows.  Take the example of 
HTML files; on an UNIX system I would decide whether I want them to be opened 
with my text editor or my web browser; I’d choose web browser because I launch 
my text editor from a shell.  On Windows though you would register your web 
browser for default action and your text editor for the edit action; this 
deliberate configuration would not be respected if we implement shutil.whatever 
with os.startfile(..., 'edit').

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3177>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to