mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
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).
This commit is contained in:
parent
5068c873e6
commit
e9c2ecfb96
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue