R. David Murray <rdmur...@bitdance.com> added the comment:

Launch is far better than open for this, I think.  If someone can come up with 
an even better name, that would be good.  But I would not like to use open for 
this function, because it does not behave like other open functions.

The one exception I know of is webbrowser.  Webbrowser uses open, but the 
recommended way to call it is webbrowser.open(), which makes it clear you are 
opening it in the webbrowser (and opening the webbrowser if needed).  
shutil.open would convey no such connotation, to my mind.  (Only windows does 
extension based application opening from the *shell* as far as I know.)

Perhaps 'wmopen' (for Window Manager Open)?

----------

_______________________________________
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