Eryk Sun <eryk...@gmail.com> added the comment:

> is it feasible to just have one option that handles all cases?

I'm in favor of whatever has broad support and is least surprising for users. I 
like CREATE_NO_WINDOW, which is restricted to console applications. The 
alternative is hiding the window, like what we do with shell=True. But the new 
option would also hide the main window of many GUI apps, which may come as a 
surprise and is hardly ever desired behavior.

----------

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

Reply via email to