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 cool-RR
Recipients cool-RR, pitrou
Date 2019-11-06.19:44:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573069472.42.0.802834209689.issue38724@roundup.psfhosted.org>
In-reply-to
Content
I was working with a Popen object recently in the shell and it was annoying to see the `<subprocess.Popen at 0x4f83898>` display. It would be nice to get some kind of minimal detail about the Popen, for example its args and return code, if finished.
History
Date User Action Args
2019-11-06 19:44:32cool-RRsetrecipients: + cool-RR, pitrou
2019-11-06 19:44:32cool-RRsetmessageid: <1573069472.42.0.802834209689.issue38724@roundup.psfhosted.org>
2019-11-06 19:44:32cool-RRlinkissue38724 messages
2019-11-06 19:44:31cool-RRcreate