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.

Author eryksun
Recipients eryksun, iMath, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-04-17.23:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492472437.24.0.158332597238.issue30082@psf.upfronthosting.co.za>
In-reply-to
Content
Hiding the console is required often enough that a keyword-only parameter for this would be useful. Other platforms could simply ignore it, in contrast to writing platform-dependent code that passes startupinfo. Note that this option would also hide the window of GUI programs that do not (intentionally) ignore SW_HIDE, such as notepad.
History
Date User Action Args
2017-04-17 23:40:37eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, iMath
2017-04-17 23:40:37eryksunsetmessageid: <1492472437.24.0.158332597238.issue30082@psf.upfronthosting.co.za>
2017-04-17 23:40:37eryksunlinkissue30082 messages
2017-04-17 23:40:36eryksuncreate