Table of Contents
os
io
time
argparse
optparse
getopt
logging
logging.config
logging.handlers
getpass
curses
curses.ascii
curses.panel
platform
platform.architecture()
platform.dist()
platform.java_ver()
platform.libc_ver()
platform.linux_distribution()
platform.mac_ver()
platform.machine()
platform.node()
platform.platform()
platform.popen()
platform.processor()
platform.python_branch()
platform.python_build()
platform.python_compiler()
platform.python_implementation()
platform.python_revision()
platform.python_version()
platform.python_version_tuple()
platform.release()
platform.system()
platform.system_alias()
platform.uname()
platform.version()
platform.win32_ver()
errno
ctypes
platform.
processor
Returns the (true) processor name, e.g. ‘amdk6’
An empty string is returned if the value cannot be determined. Note that many platforms do not provide this information or simply return the same value as for machine(), e.g. NetBSD does this.