René's URL Explorer Experiment


Title: sys — System-specific parameters and functions — Python 3.7.17 documentation

Generator: Docutils 0.17.1: http://docutils.sourceforge.net/

direct link

Domain: docs.python.org

Links:

Python documentation for the current stable releasehttps://docs.python.org/3/library/sys.html
indexhttps://docs.python.org/3.7/genindex.html
moduleshttps://docs.python.org/3.7/py-modindex.html
nexthttps://docs.python.org/3.7/library/sysconfig.html
previoushttps://docs.python.org/3.7/library/python.html
Pythonhttps://www.python.org/
3.7.17 Documentationhttps://docs.python.org/3.7/index.html
The Python Standard Libraryhttps://docs.python.org/3.7/library/index.html
Python Runtime Serviceshttps://docs.python.org/3.7/library/python.html
syshttps://docs.python.org/3.7/library/sys.html#module-sys
https://docs.python.org/3.7/library/sys.html#module-sys
https://docs.python.org/3.7/library/sys.html#sys.abiflags
PEP 3149https://www.python.org/dev/peps/pep-3149
https://docs.python.org/3.7/library/sys.html#sys.argv
-chttps://docs.python.org/3.7/using/cmdline.html#cmdoption-c
fileinputhttps://docs.python.org/3.7/library/fileinput.html#module-fileinput
https://docs.python.org/3.7/library/sys.html#sys.base_exec_prefix
exec_prefixhttps://docs.python.org/3.7/library/sys.html#sys.exec_prefix
virtual environmenthttps://docs.python.org/3.7/library/venv.html#venv-def
prefixhttps://docs.python.org/3.7/library/sys.html#sys.prefix
exec_prefixhttps://docs.python.org/3.7/library/sys.html#sys.exec_prefix
base_prefixhttps://docs.python.org/3.7/library/sys.html#sys.base_prefix
base_exec_prefixhttps://docs.python.org/3.7/library/sys.html#sys.base_exec_prefix
https://docs.python.org/3.7/library/sys.html#sys.base_prefix
prefixhttps://docs.python.org/3.7/library/sys.html#sys.prefix
virtual environmenthttps://docs.python.org/3.7/library/venv.html#venv-def
prefixhttps://docs.python.org/3.7/library/sys.html#sys.prefix
exec_prefixhttps://docs.python.org/3.7/library/sys.html#sys.exec_prefix
base_prefixhttps://docs.python.org/3.7/library/sys.html#sys.base_prefix
base_exec_prefixhttps://docs.python.org/3.7/library/sys.html#sys.base_exec_prefix
https://docs.python.org/3.7/library/sys.html#sys.byteorder
https://docs.python.org/3.7/library/sys.html#sys.builtin_module_names
https://docs.python.org/3.7/library/sys.html#sys.call_tracing
https://docs.python.org/3.7/library/sys.html#sys.copyright
https://docs.python.org/3.7/library/sys.html#sys._clear_type_cache
https://docs.python.org/3.7/library/sys.html#sys._current_frames
tracebackhttps://docs.python.org/3.7/library/traceback.html#module-traceback
https://docs.python.org/3.7/library/sys.html#sys.breakpointhook
breakpoint()https://docs.python.org/3.7/library/functions.html#breakpoint
pdbhttps://docs.python.org/3.7/library/pdb.html#module-pdb
PYTHONBREAKPOINThttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONBREAKPOINT
breakpoint()https://docs.python.org/3.7/library/functions.html#breakpoint
PYTHONBREAKPOINThttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONBREAKPOINT
RuntimeWarninghttps://docs.python.org/3.7/library/exceptions.html#RuntimeWarning
PYTHONBREAKPOINThttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONBREAKPOINT
https://docs.python.org/3.7/library/sys.html#sys._debugmallocstats
https://docs.python.org/3.7/library/sys.html#sys.dllhandle
Availabilityhttps://docs.python.org/3.7/library/intro.html#availability
https://docs.python.org/3.7/library/sys.html#sys.displayhook
expressionhttps://docs.python.org/3.7/glossary.html#term-expression
UnicodeEncodeErrorhttps://docs.python.org/3.7/library/exceptions.html#UnicodeEncodeError
https://docs.python.org/3.7/library/sys.html#sys.dont_write_bytecode
-Bhttps://docs.python.org/3.7/using/cmdline.html#id1
PYTHONDONTWRITEBYTECODEhttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONDONTWRITEBYTECODE
https://docs.python.org/3.7/library/sys.html#sys.excepthook
https://docs.python.org/3.7/library/sys.html#sys.__breakpointhook__
https://docs.python.org/3.7/library/sys.html#sys.__displayhook__
https://docs.python.org/3.7/library/sys.html#sys.__excepthook__
https://docs.python.org/3.7/library/sys.html#sys.exc_info
BaseExceptionhttps://docs.python.org/3.7/library/exceptions.html#BaseException
https://docs.python.org/3.7/library/sys.html#sys.exec_prefix
virtual environmenthttps://docs.python.org/3.7/library/venv.html#venv-def
base_exec_prefixhttps://docs.python.org/3.7/library/sys.html#sys.base_exec_prefix
https://docs.python.org/3.7/library/sys.html#sys.executable
sys.executablehttps://docs.python.org/3.7/library/sys.html#sys.executable
https://docs.python.org/3.7/library/sys.html#sys.exit
SystemExithttps://docs.python.org/3.7/library/exceptions.html#SystemExit
tryhttps://docs.python.org/3.7/reference/compound_stmts.html#try
stderrhttps://docs.python.org/3.7/library/sys.html#sys.stderr
exit()https://docs.python.org/3.7/library/constants.html#exit
SystemExithttps://docs.python.org/3.7/library/exceptions.html#SystemExit
https://docs.python.org/3.7/library/sys.html#sys.flags
named tuplehttps://docs.python.org/3.7/glossary.html#term-named-tuple
-dhttps://docs.python.org/3.7/using/cmdline.html#cmdoption-d
inspecthttps://docs.python.org/3.7/library/inspect.html#module-inspect
-ihttps://docs.python.org/3.7/using/cmdline.html#cmdoption-i
-ihttps://docs.python.org/3.7/using/cmdline.html#cmdoption-i
-Ihttps://docs.python.org/3.7/using/cmdline.html#id2
-Ohttps://docs.python.org/3.7/using/cmdline.html#cmdoption-o
-OOhttps://docs.python.org/3.7/using/cmdline.html#cmdoption-oo
dont_write_bytecodehttps://docs.python.org/3.7/library/sys.html#sys.dont_write_bytecode
-Bhttps://docs.python.org/3.7/using/cmdline.html#id1
-shttps://docs.python.org/3.7/using/cmdline.html#cmdoption-s
-Shttps://docs.python.org/3.7/using/cmdline.html#id3
-Ehttps://docs.python.org/3.7/using/cmdline.html#cmdoption-e
-vhttps://docs.python.org/3.7/using/cmdline.html#id4
-bhttps://docs.python.org/3.7/using/cmdline.html#cmdoption-b
-qhttps://docs.python.org/3.7/using/cmdline.html#cmdoption-q
-Rhttps://docs.python.org/3.7/using/cmdline.html#cmdoption-r
-Xhttps://docs.python.org/3.7/using/cmdline.html#id5
-Xhttps://docs.python.org/3.7/using/cmdline.html#id5
-X int_max_str_digitshttps://docs.python.org/3.7/using/cmdline.html#id5
integer string conversion length limitationhttps://docs.python.org/3.7/library/stdtypes.html#int-max-str-digits
-qhttps://docs.python.org/3.7/using/cmdline.html#cmdoption-q
-Ihttps://docs.python.org/3.7/using/cmdline.html#id2
-Xhttps://docs.python.org/3.7/using/cmdline.html#id5
-Xhttps://docs.python.org/3.7/using/cmdline.html#id5
https://docs.python.org/3.7/library/sys.html#sys.float_info
named tuplehttps://docs.python.org/3.7/glossary.html#term-named-tuple
[C99]https://docs.python.org/3.7/library/sys.html#c99
maxhttps://docs.python.org/3.7/library/functions.html#max
minhttps://docs.python.org/3.7/library/functions.html#min
https://docs.python.org/3.7/library/sys.html#sys.float_repr_style
repr()https://docs.python.org/3.7/library/functions.html#repr
https://docs.python.org/3.7/library/sys.html#sys.getallocatedblocks
_clear_type_cache()https://docs.python.org/3.7/library/sys.html#sys._clear_type_cache
gc.collect()https://docs.python.org/3.7/library/gc.html#gc.collect
getallocatedblocks()https://docs.python.org/3.7/library/sys.html#sys.getallocatedblocks
https://docs.python.org/3.7/library/sys.html#sys.getandroidapilevel
Availabilityhttps://docs.python.org/3.7/library/intro.html#availability
https://docs.python.org/3.7/library/sys.html#sys.getcheckinterval
setcheckinterval()https://docs.python.org/3.7/library/sys.html#sys.setcheckinterval
getswitchinterval()https://docs.python.org/3.7/library/sys.html#sys.getswitchinterval
https://docs.python.org/3.7/library/sys.html#sys.getdefaultencoding
https://docs.python.org/3.7/library/sys.html#sys.getdlopenflags
oshttps://docs.python.org/3.7/library/os.html#module-os
os.RTLD_LAZYhttps://docs.python.org/3.7/library/os.html#os.RTLD_LAZY
Availabilityhttps://docs.python.org/3.7/library/intro.html#availability
https://docs.python.org/3.7/library/sys.html#sys.getfilesystemencoding
os.fsencode()https://docs.python.org/3.7/library/os.html#os.fsencode
os.fsdecode()https://docs.python.org/3.7/library/os.html#os.fsdecode
getfilesystemencoding()https://docs.python.org/3.7/library/sys.html#sys.getfilesystemencoding
PEP 529https://www.python.org/dev/peps/pep-0529
_enablelegacywindowsfsencoding()https://docs.python.org/3.7/library/sys.html#sys._enablelegacywindowsfsencoding
https://docs.python.org/3.7/library/sys.html#sys.getfilesystemencodeerrors
getfilesystemencoding()https://docs.python.org/3.7/library/sys.html#sys.getfilesystemencoding
os.fsencode()https://docs.python.org/3.7/library/os.html#os.fsencode
os.fsdecode()https://docs.python.org/3.7/library/os.html#os.fsdecode
https://docs.python.org/3.7/library/sys.html#sys.get_int_max_str_digits
integer string conversion length limitationhttps://docs.python.org/3.7/library/stdtypes.html#int-max-str-digits
set_int_max_str_digits()https://docs.python.org/3.7/library/sys.html#sys.set_int_max_str_digits
https://docs.python.org/3.7/library/sys.html#sys.getrefcount
getrefcount()https://docs.python.org/3.7/library/sys.html#sys.getrefcount
https://docs.python.org/3.7/library/sys.html#sys.getrecursionlimit
setrecursionlimit()https://docs.python.org/3.7/library/sys.html#sys.setrecursionlimit
https://docs.python.org/3.7/library/sys.html#sys.getsizeof
TypeErrorhttps://docs.python.org/3.7/library/exceptions.html#TypeError
getsizeof()https://docs.python.org/3.7/library/sys.html#sys.getsizeof
recursive sizeof recipehttps://code.activestate.com/recipes/577504
getsizeof()https://docs.python.org/3.7/library/sys.html#sys.getsizeof
https://docs.python.org/3.7/library/sys.html#sys.getswitchinterval
setswitchinterval()https://docs.python.org/3.7/library/sys.html#sys.setswitchinterval
https://docs.python.org/3.7/library/sys.html#sys._getframe
ValueErrorhttps://docs.python.org/3.7/library/exceptions.html#ValueError
https://docs.python.org/3.7/library/sys.html#sys.getprofile
setprofile()https://docs.python.org/3.7/library/sys.html#sys.setprofile
https://docs.python.org/3.7/library/sys.html#sys.gettrace
settrace()https://docs.python.org/3.7/library/sys.html#sys.settrace
gettrace()https://docs.python.org/3.7/library/sys.html#sys.gettrace
https://docs.python.org/3.7/library/sys.html#sys.getwindowsversion
Availabilityhttps://docs.python.org/3.7/library/intro.html#availability
https://docs.python.org/3.7/library/sys.html#sys.get_asyncgen_hooks
namedtuplehttps://docs.python.org/3.7/library/collections.html#collections.namedtuple
asynchronous generator iteratorhttps://docs.python.org/3.7/glossary.html#term-asynchronous-generator-iterator
PEP 525https://www.python.org/dev/peps/pep-0525
PEP 411https://www.python.org/dev/peps/pep-0411
https://docs.python.org/3.7/library/sys.html#sys.get_coroutine_origin_tracking_depth
set_coroutine_origin_tracking_depth()https://docs.python.org/3.7/library/sys.html#sys.set_coroutine_origin_tracking_depth
PEP 411https://www.python.org/dev/peps/pep-0411
https://docs.python.org/3.7/library/sys.html#sys.get_coroutine_wrapper
set_coroutine_wrapper()https://docs.python.org/3.7/library/sys.html#sys.set_coroutine_wrapper
PEP 492https://www.python.org/dev/peps/pep-0492
PEP 411https://www.python.org/dev/peps/pep-0411
bpo-32591https://bugs.python.org/issue?@action=redirect&bpo=32591
https://docs.python.org/3.7/library/sys.html#sys.hash_info
named tuplehttps://docs.python.org/3.7/glossary.html#term-named-tuple
Hashing of numeric typeshttps://docs.python.org/3.7/library/stdtypes.html#numeric-hash
https://docs.python.org/3.7/library/sys.html#sys.hexversion
hex()https://docs.python.org/3.7/library/functions.html#hex
named tuplehttps://docs.python.org/3.7/glossary.html#term-named-tuple
sys.version_infohttps://docs.python.org/3.7/library/sys.html#sys.version_info
API and ABI Versioninghttps://docs.python.org/3.7/c-api/apiabiversion.html#apiabiversion
https://docs.python.org/3.7/library/sys.html#sys.implementation
sys.version_infohttps://docs.python.org/3.7/library/sys.html#sys.version_info
sys.hexversionhttps://docs.python.org/3.7/library/sys.html#sys.hexversion
sys.implementationhttps://docs.python.org/3.7/library/sys.html#sys.implementation
sys.implementationhttps://docs.python.org/3.7/library/sys.html#sys.implementation
PEP 421https://www.python.org/dev/peps/pep-0421
PEP 421https://www.python.org/dev/peps/pep-0421
https://docs.python.org/3.7/library/sys.html#sys.int_info
named tuplehttps://docs.python.org/3.7/glossary.html#term-named-tuple
sys.get_int_max_str_digits()https://docs.python.org/3.7/library/sys.html#sys.get_int_max_str_digits
sys.set_int_max_str_digits()https://docs.python.org/3.7/library/sys.html#sys.set_int_max_str_digits
PYTHONINTMAXSTRDIGITShttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONINTMAXSTRDIGITS
-X int_max_str_digitshttps://docs.python.org/3.7/using/cmdline.html#id5
https://docs.python.org/3.7/library/sys.html#sys.__interactivehook__
interactive modehttps://docs.python.org/3.7/tutorial/interpreter.html#tut-interactive
PYTHONSTARTUPhttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONSTARTUP
sitehttps://docs.python.org/3.7/library/site.html#module-site
sets thishttps://docs.python.org/3.7/library/site.html#rlcompleter-config
https://docs.python.org/3.7/library/sys.html#sys.intern
intern()https://docs.python.org/3.7/library/sys.html#sys.intern
https://docs.python.org/3.7/library/sys.html#sys.is_finalizing
Truehttps://docs.python.org/3.7/library/constants.html#True
shutting downhttps://docs.python.org/3.7/glossary.html#term-interpreter-shutdown
Falsehttps://docs.python.org/3.7/library/constants.html#False
https://docs.python.org/3.7/library/sys.html#sys.last_type
https://docs.python.org/3.7/library/sys.html#sys.last_value
https://docs.python.org/3.7/library/sys.html#sys.last_traceback
pdbhttps://docs.python.org/3.7/library/pdb.html#module-pdb
exc_info()https://docs.python.org/3.7/library/sys.html#sys.exc_info
https://docs.python.org/3.7/library/sys.html#sys.maxsize
https://docs.python.org/3.7/library/sys.html#sys.maxunicode
PEP 393https://www.python.org/dev/peps/pep-0393
https://docs.python.org/3.7/library/sys.html#sys.meta_path
meta path finderhttps://docs.python.org/3.7/glossary.html#term-meta-path-finder
find_spec()https://docs.python.org/3.7/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
find_spec()https://docs.python.org/3.7/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
__path__https://docs.python.org/3.7/reference/import.html#__path__
module spechttps://docs.python.org/3.7/glossary.html#term-module-spec
importlib.abc.MetaPathFinderhttps://docs.python.org/3.7/library/importlib.html#importlib.abc.MetaPathFinder
meta_pathhttps://docs.python.org/3.7/library/sys.html#sys.meta_path
importlib.machinery.ModuleSpechttps://docs.python.org/3.7/library/importlib.html#importlib.machinery.ModuleSpec
find_spec()https://docs.python.org/3.7/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
Module specshttps://docs.python.org/3.7/glossary.html#term-module-spec
PEP 451https://www.python.org/dev/peps/pep-0451
find_module()https://docs.python.org/3.7/library/importlib.html#importlib.abc.MetaPathFinder.find_module
meta_pathhttps://docs.python.org/3.7/library/sys.html#sys.meta_path
find_spec()https://docs.python.org/3.7/library/importlib.html#importlib.abc.MetaPathFinder.find_spec
https://docs.python.org/3.7/library/sys.html#sys.modules
https://docs.python.org/3.7/library/sys.html#sys.path
PYTHONPATHhttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATHhttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONPATH
sys.pathhttps://docs.python.org/3.7/library/sys.html#sys.path
sitehttps://docs.python.org/3.7/library/site.html#module-site
sys.pathhttps://docs.python.org/3.7/library/sys.html#sys.path
https://docs.python.org/3.7/library/sys.html#sys.path_hooks
finderhttps://docs.python.org/3.7/glossary.html#term-finder
ImportErrorhttps://docs.python.org/3.7/library/exceptions.html#ImportError
PEP 302https://www.python.org/dev/peps/pep-0302
https://docs.python.org/3.7/library/sys.html#sys.path_importer_cache
finderhttps://docs.python.org/3.7/glossary.html#term-finder
sys.path_hookshttps://docs.python.org/3.7/library/sys.html#sys.path_hooks
sys.path_hookshttps://docs.python.org/3.7/library/sys.html#sys.path_hooks
PEP 302https://www.python.org/dev/peps/pep-0302
imp.NullImporterhttps://docs.python.org/3.7/library/imp.html#imp.NullImporter
https://docs.python.org/3.7/library/sys.html#sys.platform
sys.pathhttps://docs.python.org/3.7/library/sys.html#sys.path
sys.platformhttps://docs.python.org/3.7/library/sys.html#sys.platform
os.namehttps://docs.python.org/3.7/library/os.html#os.name
os.uname()https://docs.python.org/3.7/library/os.html#os.uname
platformhttps://docs.python.org/3.7/library/platform.html#module-platform
https://docs.python.org/3.7/library/sys.html#sys.prefix
virtual environmenthttps://docs.python.org/3.7/library/venv.html#venv-def
base_prefixhttps://docs.python.org/3.7/library/sys.html#sys.base_prefix
https://docs.python.org/3.7/library/sys.html#sys.ps1
https://docs.python.org/3.7/library/sys.html#sys.ps2
str()https://docs.python.org/3.7/library/stdtypes.html#str
https://docs.python.org/3.7/library/sys.html#sys.setcheckinterval
setswitchinterval()https://docs.python.org/3.7/library/sys.html#sys.setswitchinterval
https://docs.python.org/3.7/library/sys.html#sys.setdlopenflags
oshttps://docs.python.org/3.7/library/os.html#module-os
os.RTLD_LAZYhttps://docs.python.org/3.7/library/os.html#os.RTLD_LAZY
Availabilityhttps://docs.python.org/3.7/library/intro.html#availability
https://docs.python.org/3.7/library/sys.html#sys.set_int_max_str_digits
integer string conversion length limitationhttps://docs.python.org/3.7/library/stdtypes.html#int-max-str-digits
get_int_max_str_digits()https://docs.python.org/3.7/library/sys.html#sys.get_int_max_str_digits
https://docs.python.org/3.7/library/sys.html#sys.setprofile
The Python Profilershttps://docs.python.org/3.7/library/profile.html#profile
settrace()https://docs.python.org/3.7/library/sys.html#sys.settrace
https://docs.python.org/3.7/library/sys.html#sys.setrecursionlimit
RecursionErrorhttps://docs.python.org/3.7/library/exceptions.html#RecursionError
RecursionErrorhttps://docs.python.org/3.7/library/exceptions.html#RecursionError
https://docs.python.org/3.7/library/sys.html#sys.setswitchinterval
https://docs.python.org/3.7/library/sys.html#sys.settrace
settrace()https://docs.python.org/3.7/library/sys.html#sys.settrace
threading.settrace()https://docs.python.org/3.7/library/threading.html#threading.settrace
Falsehttps://docs.python.org/3.7/library/constants.html#False
dishttps://docs.python.org/3.7/library/dis.html#module-dis
Truehttps://docs.python.org/3.7/library/constants.html#True
settrace()https://docs.python.org/3.7/library/sys.html#sys.settrace
settrace()https://docs.python.org/3.7/library/sys.html#sys.settrace
The standard type hierarchyhttps://docs.python.org/3.7/reference/datamodel.html#types
settrace()https://docs.python.org/3.7/library/sys.html#sys.settrace
https://docs.python.org/3.7/library/sys.html#sys.set_asyncgen_hooks
asynchronous generator iteratorhttps://docs.python.org/3.7/glossary.html#term-asynchronous-generator-iterator
PEP 525https://www.python.org/dev/peps/pep-0525
Lib/asyncio/base_events.pyhttps://github.com/python/cpython/tree/3.7/Lib/asyncio/base_events.py
PEP 411https://www.python.org/dev/peps/pep-0411
https://docs.python.org/3.7/library/sys.html#sys.set_coroutine_origin_tracking_depth
PEP 411https://www.python.org/dev/peps/pep-0411
https://docs.python.org/3.7/library/sys.html#sys.set_coroutine_wrapper
coroutinehttps://docs.python.org/3.7/glossary.html#term-coroutine
async defhttps://docs.python.org/3.7/reference/compound_stmts.html#async-def
types.coroutine()https://docs.python.org/3.7/library/types.html#types.coroutine
asyncio.coroutine()https://docs.python.org/3.7/library/asyncio-task.html#asyncio.coroutine
get_coroutine_wrapper()https://docs.python.org/3.7/library/sys.html#sys.get_coroutine_wrapper
PEP 492https://www.python.org/dev/peps/pep-0492
PEP 411https://www.python.org/dev/peps/pep-0411
bpo-32591https://bugs.python.org/issue?@action=redirect&bpo=32591
https://docs.python.org/3.7/library/sys.html#sys._enablelegacywindowsfsencoding
PYTHONLEGACYWINDOWSFSENCODINGhttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONLEGACYWINDOWSFSENCODING
Availabilityhttps://docs.python.org/3.7/library/intro.html#availability
PEP 529https://www.python.org/dev/peps/pep-0529
https://docs.python.org/3.7/library/sys.html#sys.stdin
https://docs.python.org/3.7/library/sys.html#sys.stdout
https://docs.python.org/3.7/library/sys.html#sys.stderr
File objectshttps://docs.python.org/3.7/glossary.html#term-file-object
input()https://docs.python.org/3.7/library/functions.html#input
print()https://docs.python.org/3.7/library/functions.html#print
expressionhttps://docs.python.org/3.7/glossary.html#term-expression
input()https://docs.python.org/3.7/library/functions.html#input
text fileshttps://docs.python.org/3.7/glossary.html#term-text-file
open()https://docs.python.org/3.7/library/functions.html#open
locale.getpreferredencoding()https://docs.python.org/3.7/library/locale.html#locale.getpreferredencoding
PYTHONIOENCODINGhttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONIOENCODING
-Xhttps://docs.python.org/3.7/using/cmdline.html#id5
PYTHONUTF8https://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONUTF8
PYTHONLEGACYWINDOWSSTDIOhttps://docs.python.org/3.7/using/cmdline.html#envvar-PYTHONLEGACYWINDOWSSTDIO
-uhttps://docs.python.org/3.7/using/cmdline.html#cmdoption-u
bufferhttps://docs.python.org/3.7/library/io.html#io.TextIOBase.buffer
stdouthttps://docs.python.org/3.7/library/sys.html#sys.stdout
io.StringIOhttps://docs.python.org/3.7/library/io.html#io.StringIO
https://docs.python.org/3.7/library/sys.html#sys.__stdin__
https://docs.python.org/3.7/library/sys.html#sys.__stdout__
https://docs.python.org/3.7/library/sys.html#sys.__stderr__
https://docs.python.org/3.7/library/sys.html#sys.thread_info
named tuplehttps://docs.python.org/3.7/glossary.html#term-named-tuple
versionhttps://docs.python.org/3.7/library/sys.html#sys.version
https://docs.python.org/3.7/library/sys.html#sys.tracebacklimit
https://docs.python.org/3.7/library/sys.html#sys.version
version_infohttps://docs.python.org/3.7/library/sys.html#sys.version_info
platformhttps://docs.python.org/3.7/library/platform.html#module-platform
https://docs.python.org/3.7/library/sys.html#sys.api_version
https://docs.python.org/3.7/library/sys.html#sys.version_info
https://docs.python.org/3.7/library/sys.html#sys.warnoptions
warningshttps://docs.python.org/3.7/library/warnings.html#module-warnings
https://docs.python.org/3.7/library/sys.html#sys.winver
versionhttps://docs.python.org/3.7/library/sys.html#sys.version
syshttps://docs.python.org/3.7/library/sys.html#module-sys
Availabilityhttps://docs.python.org/3.7/library/intro.html#availability
https://docs.python.org/3.7/library/sys.html#sys._xoptions
-Xhttps://docs.python.org/3.7/using/cmdline.html#id5
Truehttps://docs.python.org/3.7/library/constants.html#True
-Xhttps://docs.python.org/3.7/using/cmdline.html#id5
C99https://docs.python.org/3.7/library/sys.html#id1
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdfhttp://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf
Python Runtime Serviceshttps://docs.python.org/3.7/library/python.html
sysconfig — Provide access to Python’s configuration informationhttps://docs.python.org/3.7/library/sysconfig.html
Report a Bughttps://docs.python.org/3.7/bugs.html
Show Source https://github.com/python/cpython/blob/3.7/Doc/library/sys.rst
indexhttps://docs.python.org/3.7/genindex.html
moduleshttps://docs.python.org/3.7/py-modindex.html
nexthttps://docs.python.org/3.7/library/sysconfig.html
previoushttps://docs.python.org/3.7/library/python.html
Pythonhttps://www.python.org/
3.7.17 Documentationhttps://docs.python.org/3.7/index.html
The Python Standard Libraryhttps://docs.python.org/3.7/library/index.html
Python Runtime Serviceshttps://docs.python.org/3.7/library/python.html
Copyrighthttps://docs.python.org/3.7/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.7/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.