sanyaade-g2g-repos / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Platform module #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:
import platform
print platform.python_implementation()
print platform.system()
print platform.release()

What does "real" Python output?
CPython
Darwin
10.6.0

What browser are you using? On what operating system?
Chrome 8.0 on Mac OS X.6

Please provide any additional information.
Skulpt should probably say Skulpt for the implementation :P but the rest will 
need to be drawn from the navigator object somehow...

Original issue reported on code.google.com by carnioja...@gmail.com on 2 Feb 2011 at 9:37