New submission from Ram Rachum <r...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38724>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to