[Python-checkins] CVS: python/dist/src/Misc NEWS,1.352,1.353

M.-A. Lemburg mal@lemburg.com
Fri, 01 Feb 2002 12:47:38 +0100


Tim Peters wrote:
> 
> Update of /cvsroot/python/python/dist/src/Misc
> In directory usw-pr-cvs1:/tmp/cvs-serv3161/python/Misc
> 
> Modified Files:
>         NEWS
> Log Message:
> Implement os.waitpid() for Windows, in a way that's compatible with Linux
> where their capabilities intersect.  Would be nice if people using non-
> MSVC compilers (Borland etc) took a whack at doing something similar for
> them (this code relies on the MS _cwait function).

Wouldn't it be better to use Win32 APIs for this ? That way,
other compilers on Windows will have a chance to use the
same code.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                   http://www.egenix.com/files/python/