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 OG7
Recipients OG7
Date 2009-07-09.09:29:51
SpamBayes Score 4.3360394e-08
Marked as misclassified No
Message-id <1247131793.49.0.582429022768.issue6445@psf.upfronthosting.co.za>
In-reply-to
Content
communicate is often used in one-liners, but becomes a four-liner if you
want to check the process exit status. Adding a check parameter would
make it more convenient to get things right and write non-buggy code.

The CalledProcessError requires a cmd argument, which means also adding
a cmd member to Popen objects.
History
Date User Action Args
2009-07-09 09:29:53OG7setrecipients: + OG7
2009-07-09 09:29:53OG7setmessageid: <1247131793.49.0.582429022768.issue6445@psf.upfronthosting.co.za>
2009-07-09 09:29:52OG7linkissue6445 messages
2009-07-09 09:29:51OG7create