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 taleinat
Recipients Jason.Killen, cool-RR, gregory.p.smith, mdebi, pitrou, rhettinger, taleinat
Date 2019-11-14.11:22:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573730558.75.0.916181000631.issue38724@roundup.psfhosted.org>
In-reply-to
Content
I agree with Raymond, the repr should include the args and return code.

IMO it should *not* include the pid, for two reasons:
1. The pid is stale information if the process has finished.
2. Popen nicely abstracts away the pid, so it is normally not as useful a detail.
History
Date User Action Args
2019-11-14 11:22:38taleinatsetrecipients: + taleinat, rhettinger, gregory.p.smith, pitrou, cool-RR, Jason.Killen, mdebi
2019-11-14 11:22:38taleinatsetmessageid: <1573730558.75.0.916181000631.issue38724@roundup.psfhosted.org>
2019-11-14 11:22:38taleinatlinkissue38724 messages
2019-11-14 11:22:38taleinatcreate