|
From: Kevin B. <kb...@ca...> - 2002-01-10 22:44:53
|
Ype Kingma wrote: > > Dear developers, > > This works mostly fine using javaos.py library below: > > import os > os._ _testSystem() () # ok. > os._testGetOsType() # fails on None, but this is not very irrelevant. Looks like your copy has a duplicate 'mac' line overwriting the 'None' line - this differs from the 2.1 release. (*whew* :-) ) > javaos.py from 2.1 only needed adding OS/2 as os.name and using the same > functionality as NT Great - checked in - thanks! > (yes, once upon a time there was a common predecessor..) Yip. But, gosh, it has been a long time since I ran OS/2. Isn't MS marketing something, though? :-( kb |