[Python-Dev] new popen for win32! [status update]

Guido van Rossum guido@beopen.com
Mon, 10 Jul 2000 09:08:43 -0500


> > (wouldn't it make sense if os.popen2 and os.popen3 were also available
> > on Unix?)
> 
> definitely.  I suggest moving the bulk of popen2.py to os.py (alternatively,
> to a separate "posixpopen.py" module which is imported from os.py on
> posix platforms).
> 
> the popen2 module itself is then reduced to a thin wrapper, and marked
> as deprecated.
> 
> comments?

Sounds good to me.

--Guido van Rossum (home page: http://dinsdale.python.org/~guido/)