Python 2.0 - win32pipe routines inclusion for Windows

Niels Diepeveen niels at endea.demon.nl
Fri Jul 28 10:55:32 EDT 2000


Niels Diepeveen schreef:
>     procdata = _PyOpenProcs[id(file)]
>     procdata[1] = procdata[1] - 1
>     if procdata[1] == 0:
>         exit_code = GetExitCodeProcess(_PyPopenProcs[id(file)])
                                         ^^^^^^^^^^^^^^^^^^^^^^^
Should of course be procdata[0]

-- 
Niels Diepeveen
Endea automatisering




More information about the Python-list mailing list