Staging
v0.5.1
https://github.com/python/cpython
Revision bf0dc9fb149e0b1a86c1675a27dc6f7a3717bc3b authored by Guido van Rossum on 20 August 1996, 20:49:56 UTC, committed by Guido van Rossum on 20 August 1996, 20:49:56 UTC
1 parent d7abed3
Raw File
Tip revision: bf0dc9fb149e0b1a86c1675a27dc6f7a3717bc3b authored by Guido van Rossum on 20 August 1996, 20:49:56 UTC
Add #define MAC_TCL for Mac.
Tip revision: bf0dc9f
libstd.tex
\chapter{Standard Modules}

The modules described in this chapter are implemented in Python, but
are considered to be a part of Python's standard environment: they are
always available.\footnote{at least in theory --- it is possible to
botch the library installation or to sabotage the module search path
so that these modules cannot be found.}
back to top