clean up indexing for None, NotImplemented

closes SF bug #820344
This commit is contained in:
Fred Drake 2004-01-01 05:43:53 +00:00
parent fcadf6bdaf
commit 7a700b873b
3 changed files with 4 additions and 6 deletions

View file

@ -85,7 +85,7 @@ This section describes Python type objects and the singleton object
\subsection{The None Object \label{noneObject}}
\obindex{None@\texttt{None}}
\obindex{None}
Note that the \ctype{PyTypeObject} for \code{None} is not directly
exposed in the Python/C API. Since \code{None} is a singleton,
testing for object identity (using \samp{==} in C) is sufficient.