SyntaxFix
Write A Post
Hire A Developer
Questions
Interesting results on windows 8:
>>> import os >>> os.name 'nt' >>> import platform >>> platform.system() 'Windows' >>> platform.release() 'post2008Server'
Edit: That's a bug