[Python-checkins] python/dist/src/Doc/api concrete.tex,1.36,1.37
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Thu Jan 1 00:43:55 EST 2004
- Previous message: [Python-checkins]
python/nondist/sandbox/parrotbench README.txt, 1.5,
1.6 b.py, 1.6, 1.7 b0.py, 1.8, 1.9 b1.py, 1.3, 1.4 b4.py, 1.3,
1.4 out0, 1.6, 1.7 out4, 1.4, 1.5
- Next message: [Python-checkins] python/dist/src/Doc/ref ref3.tex, 1.117,
1.118 ref6.tex, 1.69, 1.70
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv3731/api
Modified Files:
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.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** concrete.tex 26 Dec 2003 00:07:51 -0000 1.36
--- concrete.tex 1 Jan 2004 05:43:53 -0000 1.37
***************
*** 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,
- Previous message: [Python-checkins]
python/nondist/sandbox/parrotbench README.txt, 1.5,
1.6 b.py, 1.6, 1.7 b0.py, 1.8, 1.9 b1.py, 1.3, 1.4 b4.py, 1.3,
1.4 out0, 1.6, 1.7 out4, 1.4, 1.5
- Next message: [Python-checkins] python/dist/src/Doc/ref ref3.tex, 1.117,
1.118 ref6.tex, 1.69, 1.70
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list