Re: Will subprocess eventually deprecate popen2 ?

2006-11-16 Thread Fredrik Lundh
Daniel Klein wrote: >I have a few Python programs that use popen2, and they work quite > nicely and dependably, so I don't really have any reason to change > them to use the new subprocess module...unless of course there any > future plans to deprecate popen2. definitely not in the 2.X series. a

Will subprocess eventually deprecate popen2 ?

2006-11-16 Thread Daniel Klein
I have a few Python programs that use popen2, and they work quite nicely and dependably, so I don't really have any reason to change them to use the new subprocess module...unless of course there any future plans to deprecate popen2. Is this something I will have to plan for ? -- http://mail.pyth