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 rhettinger
Recipients Jason.Killen, cool-RR, gregory.p.smith, pitrou, rhettinger, taleinat
Date 2019-11-13.22:27:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573684028.5.0.804388754808.issue38724@roundup.psfhosted.org>
In-reply-to
Content
+1 for a more informative repr (like we did with regex match objects).

There are a lot of parameters to subprocess.Popen().  RR is on the right track suggesting that only a small, useful subset of those be included:  args and the return code.  

We could add the *pid* argument as well, but may be no more useful or attractive than the current repr's object id.

The repr should be enclosed in angle brackets because it can't recreate the object.
History
Date User Action Args
2019-11-13 22:27:08rhettingersetrecipients: + rhettinger, gregory.p.smith, pitrou, taleinat, cool-RR, Jason.Killen
2019-11-13 22:27:08rhettingersetmessageid: <1573684028.5.0.804388754808.issue38724@roundup.psfhosted.org>
2019-11-13 22:27:08rhettingerlinkissue38724 messages
2019-11-13 22:27:08rhettingercreate