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 astrand
Recipients
Date 2004-11-07.14:33:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=344921

This happens because cmd.exe/command.com opens a window by
default. To get rid of this, we need to pass SW_HIDE to
startupinfo.wShowWindow. 

I've fixed this in revision 1.8 of subprocess.py and
revision 1.3 of _subprocess.py: When using shell=True,
SW_HIDE is now default. 
History
Date User Action Args
2007-08-23 14:27:11adminlinkissue1057061 messages
2007-08-23 14:27:11admincreate