34 built-in modules: md5 – Rainbow Electronics GM862-GPS User Manual
Page 94

Easy Script
in Python
80000ST10020a Rev.8 - 01/10/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved
page 94 of 100
The following variables are supported:
stdin
stdout
stderr
__stdin__
__stdout__
__stderr__
version
hexversion
copyright
platform
executable
prefix
exec_prefix
maxint
builtin_module_names
removed_features
argv
exc_type
exc_value
exc_traceback
exitfunc
last_type
last_value
last_traceback
modules
path
tracebacklimit
The variables hexversion and removed_features are variables added in Python version 1.5.2+.
“Hexversion” is the version number encoded as a single integer.
This is called ‘hexversion’ since it
only really looks meaningful when viewed as the result of passing it to the built-in hex() function.
“Removed_features” is a tuple of the strings “ComplexType” "FloatType" and "DocStrings".
4.2.34 Built-in Modules: md5
Built-in md5 module is supported with the following functions:
new([arg])
md5([arg])