]> granicus.if.org Git - python/commitdiff
Removed 'U' from the documentation for Py_BuildValue to bring it in line
authorNicholas Bastin <nick.bastin@gmail.com>
Tue, 4 May 2004 19:25:56 +0000 (19:25 +0000)
committerNicholas Bastin <nick.bastin@gmail.com>
Tue, 4 May 2004 19:25:56 +0000 (19:25 +0000)
with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced
with 'u' and 'u#' per fdrake's comments).

Doc/api/utilities.tex

index 318e450d8a31e4c86112dd5de1e0750cc01ae9c0..39ca93277c3ff8fa163f8a1811863ed5414a7410 100644 (file)
@@ -827,9 +827,6 @@ PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
     \item[\samp{S} (object) {[PyObject *]}]
     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
     on the object.  Useful when the object is created by a call to an