Working with platform.system()

2009-07-29 Thread v1d4l0k4
Hi! I want to know how I can get different expected return values by platform.system() method. I want to sniff some systems (Linux, Windows, Mac, BSD, Solaris) and I don't know how I can check them correctly. Could you give me some expected return values that you know? Thanks in advance, Paulo

Re: Working with platform.system()

2009-07-29 Thread Chris Rebert
On Wed, Jul 29, 2009 at 6:10 AM, v1d4l0k4v1d4l...@gmail.com wrote: Hi! I want to know how I can get different expected return values by platform.system() method. I want to sniff some systems (Linux, Windows, Mac, BSD, Solaris) and I don't know how I can check them correctly. Could you give