[PATCH]os.WIFxxx not suported on windows

'Thomas Arendsen Hein' thomas at intevation.de
Tue Aug 30 14:29:03 CDT 2005


* volker.kleinfeld at gmx.de <volker.kleinfeld at gmx.de> [20050830 18:58]:
> > # Platform specific variants
> > if os.name == 'nt':
> >     def explain_exit(code):
> >         return "exited with status %d" % code, code
> > else:
> >     def explain_exit(code):
> >         """return a 2-tuple (desc, code) describing a process's status"""
> >         if os.WIFEXITED(code):
> >             ...
> 
> you are right this is dead code. I had found the problem on the 0.6b version
> and I checked on 0.6b the issue was still there. Obviously when I finaly
> delivered the patch the problem had been solved already.

I already started to think that something really strange is
happening here.

So I reverted your patch in the crew repository to not confuse
others, too :)

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/


More information about the Mercurial mailing list