[docs] [issue15788] cross-refs in the subprocess.Popen.std{in, out, err} warning box aren't linked

Ezio Melotti report at bugs.python.org
Mon Aug 27 08:48:20 CEST 2012


Ezio Melotti added the comment:

+ Use :meth:`communicate() <Popen.communicate>`

I believe you can simply use :meth:`~Popen.communicate` here.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15788>
_______________________________________


More information about the docs mailing list