[New-bugs-announce] [issue38724] Implement subprocess.Popen.__repr__

Ram Rachum report at bugs.python.org
Wed Nov 6 14:44:32 EST 2019


New submission from Ram Rachum <ram at rachum.com>:

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.

----------
components: Library (Lib)
messages: 356149
nosy: cool-RR, pitrou
priority: normal
severity: normal
status: open
title: Implement subprocess.Popen.__repr__
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38724>
_______________________________________


More information about the New-bugs-announce mailing list