Staging
v0.5.1
https://github.com/python/cpython
Revision 7c2fdda0b37ad85f251a176281e6fa10fffce2c5 authored by Guido van Rossum on 26 June 1996, 19:23:26 UTC, committed by Guido van Rossum on 26 June 1996, 19:23:26 UTC
1 parent 1e8b63e
Raw File
Tip revision: 7c2fdda0b37ad85f251a176281e6fa10fffce2c5 authored by Guido van Rossum on 26 June 1996, 19:23:26 UTC
Better and correct words for split().
Tip revision: 7c2fdda
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