Staging
v0.5.1
https://github.com/python/cpython
Revision 478e718acaed0e11f7be491187bf142ed551d98d authored by Guido van Rossum on 06 May 1997, 15:24:59 UTC, committed by Guido van Rossum on 06 May 1997, 15:24:59 UTC
1 parent b819914
Raw File
Tip revision: 478e718acaed0e11f7be491187bf142ed551d98d authored by Guido van Rossum on 06 May 1997, 15:24:59 UTC
Keep MS compiler happy: use (int)strlen() when comparing; make sure
Tip revision: 478e718
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