[Python-Dev] FW: Fixing os.popen on Win32 => is the win32pipe stuff going to be adopted?

David Ascher DavidA@ActiveState.com
Wed, 8 Mar 2000 10:36:01 -0800


> "it" == platform.py?  Little interest from me personally; I suppose it
> could go in Tools/scripts/...

FWIW, I think it belongs in the standard path. It allows one to do the
equivalent of
if os.platform == '...'  but in a much more useful way.

--david