[issue10554] Context management support for subprocess.Popen

2010-12-02 Thread Éric Araujo
Éric Araujo added the comment: “closing any open file descriptors on exit” is exactly the perfect wording I was looking for. Thanks for the patch! -- status: open -> closed ___ Python tracker ___

[issue10554] Context management support for subprocess.Popen

2010-12-02 Thread Brian Curtin
Brian Curtin added the comment: Committed in r86951. Thanks for the reviews! -- assignee: -> brian.curtin resolution: -> fixed stage: needs patch -> committed/rejected ___ Python tracker

[issue10554] Context management support for subprocess.Popen

2010-12-02 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- title: Context managerment support for subprocess.Popen -> Context management support for subprocess.Popen ___ Python tracker ___ __