Staging
v0.5.1
https://github.com/python/cpython
Revision d5484fb75c6b2b43867662c60f0ef59283d8468a authored by Guido van Rossum on 07 October 1997, 14:45:49 UTC, committed by Guido van Rossum on 07 October 1997, 14:45:49 UTC
using arrays containing leading or trailing garbage.
1 parent eec6ef1
Raw File
Tip revision: d5484fb75c6b2b43867662c60f0ef59283d8468a authored by Guido van Rossum on 07 October 1997, 14:45:49 UTC
Add optional arguments lo and hi to insort() and bisect(), to support
Tip revision: d5484fb
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