All Python statements and almost all Python built-in types and functions are supported. See in the table below the features not supported:
|
complex |
|
unicode |
|
docstring |
|
packages |
Available standard built-in modules are:
|
marshal |
|
imp |
|
_ast |
|
__main__ |
|
__builtin__ |
|
sys |
|
exceptions |
|
gc |
|
_warnings |
|
_md5 |
|
binascii |
|
_sre |
|
_weakref |
|
_symtable |
|
_functools |
|
_socket |
|
time |
|
posix |
|
thread |
|
signal |
|
errno |
|
cStringIO |
|
math |
All others are not supported.
A small collection of standard Python modules written in Python (not built-in) is available. These .py files are mostly identical to the ones available for PC with minor changes.