small nits and new files

This commit is contained in:
Guido van Rossum 1995-03-01 15:38:16 +00:00
parent b721ef1d4c
commit dc46c7f734
14 changed files with 455 additions and 18 deletions

View file

@ -1,9 +1,11 @@
\section{Built-in module \sectcode{types}}
\stmodindex{types}
\renewcommand{\indexsubitem}{(in module types)}
This module defines names for all object types that are used by the
standard Python interpreter (but not for the types defined by various
extension modules). It is safe to use \code{from types import *} ---
extension modules). It is safe to use ``\code{from types import *}'' ---
the module does not export any other names besides the ones listed
here. New names exported by future versions of this module will
all end in \code{Type}.