Message123159
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. |
|
| Date |
User |
Action |
Args |
| 2010-12-03 02:12:16 | brian.curtin | set | recipients:
+ brian.curtin, eric.araujo |
| 2010-12-03 02:12:16 | brian.curtin | set | messageid: <[email protected]> |
| 2010-12-03 02:12:13 | brian.curtin | link | issue10554 messages |
| 2010-12-03 02:12:13 | brian.curtin | create | |
|