Staging
v0.5.1
https://github.com/python/cpython
Revision d8336c2286f647b4bba34a39c18fd1ae859da92e authored by Guido van Rossum on 05 October 1994, 16:13:01 UTC, committed by Guido van Rossum on 05 October 1994, 16:13:01 UTC
1 parent ca9321e
Raw File
Tip revision: d8336c2286f647b4bba34a39c18fd1ae859da92e authored by Guido van Rossum on 05 October 1994, 16:13:01 UTC
Lots of things added. README written (mostly).
Tip revision: d8336c2
libmods.tex
\chapter{Built-in Modules}

The modules described in this chapter are built into the interpreter
and considered part of Python's standard environment: they are always
available.\footnote{at least in theory --- it is possible to specify
at build time that one or more of these modules should be excluded,
but it would be antisocial to do so.}
back to top