[issue12044] subprocess.Popen.__exit__ doesn't wait for process end

Brian Curtin report at bugs.python.org
Tue May 10 04:28:22 CEST 2011


Brian Curtin <brian at python.org> added the comment:

Looks like we already mention that.

"""
Popen objects are supported as context managers via the with statement, closing any open file descriptors on exit.
"""

Antoine, do you think this should be more strongly worded?

----------
status: open -> pending

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


More information about the Python-bugs-list mailing list