mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
small nits and new files
This commit is contained in:
parent
b721ef1d4c
commit
dc46c7f734
14 changed files with 455 additions and 18 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue