[Python-checkins] python/dist/src/Doc/api concrete.tex, 1.25.10.3, 1.25.10.4

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Jan 1 00:46:32 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv4033/api

Modified Files:
      Tag: release23-maint
	concrete.tex 
Log Message:
clean up indexing for None, NotImplemented
closes SF bug #820344


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.25.10.3
retrieving revision 1.25.10.4
diff -C2 -d -r1.25.10.3 -r1.25.10.4
*** concrete.tex	26 Oct 2003 17:21:56 -0000	1.25.10.3
--- concrete.tex	1 Jan 2004 05:46:29 -0000	1.25.10.4
***************
*** 86,90 ****
  \subsection{The None Object \label{noneObject}}
  
! \obindex{None@\texttt{None}}
  Note that the \ctype{PyTypeObject} for \code{None} is not directly
  exposed in the Python/C API.  Since \code{None} is a singleton,
--- 86,90 ----
  \subsection{The None Object \label{noneObject}}
  
! \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,





More information about the Python-checkins mailing list