Brian Curtin <cur...@acm.org> added the comment:

I updated the doc to be much more simple. I got used to sys.executable based 
tests :) New patch attached.

As for __del__, I think it should do it's thing, and the exit will do it's own. 
Context managers are traditionally used on file-based things, or things that 
can be opened or closed. Creating a Popen object will open one or more pipes, 
so we should just close those opened pipes.

----------
Added file: http://bugs.python.org/file19917/subprocess2.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10554>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to