\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.
It is used to signify the absence of a value in many situations, e.g.,
it is returned from functions that don't explicitly return anything.
Its truth value is false.
-\ttindex{None}
-\obindex{None@{\texttt{None}}}
+\obindex{None}
\item[NotImplemented]
This type has a single value. There is a single object with this value.
they do not implement the operation for the operands provided. (The
interpreter will then try the reflected operation, or some other
fallback, depending on the operator.) Its truth value is true.
-\ttindex{NotImplemented}
-\obindex{NotImplemented@{\texttt{NotImplemented}}}
+\obindex{NotImplemented}
\item[Ellipsis]
This type has a single value. There is a single object with this value.
section~\ref{print}) on a line by itself. (Expression statements
yielding \code{None} are not written, so that procedure calls do not
cause any output.)
-\ttindex{None}
+\obindex{None}
\indexii{string}{conversion}
\index{output}
\indexii{standard}{output}