[Python-checkins] python/dist/src/Doc/api utilities.tex,1.11,1.12 (original) (raw)

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Tue May 4 15:25:59 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31967

Modified Files: utilities.tex Log Message: Removed 'U' from the documentation for Py_BuildValue to bring it in line with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments).

Index: utilities.tex

RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** utilities.tex 22 Sep 2003 15:25:50 -0000 1.11 --- utilities.tex 4 May 2004 19:25:56 -0000 1.12 *************** *** 828,834 **** Same as \samp{O}.
- \item[\samp{U} (object) {[PyObject *]}] - Same as \samp{O}.

  \item[\samp{N} (object) {[PyObject *]}]
  Same as \samp{O}, except it doesn't increment the reference count

--- 828,831 ----



More information about the Python-checkins mailing list