mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Restructured library documentation
This commit is contained in:
parent
0b0719866e
commit
5fdeeeae2a
101 changed files with 12244 additions and 0 deletions
7
Doc/libmods.tex
Executable file
7
Doc/libmods.tex
Executable file
|
@ -0,0 +1,7 @@
|
|||
\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
|
||||
avaialble.\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.}
|
Loading…
Add table
Add a link
Reference in a new issue