mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix SF bug 587012, doc mentions inexistent builtin unistr
This commit is contained in:
parent
ce233b462d
commit
4ddfd50d85
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ for which they do not apply, they will raise a Python exception.
|
|||
Compute a Unicode string representation of object \var{o}. Returns
|
||||
the Unicode string representation on success, \NULL{} on failure.
|
||||
This is the equivalent of the Python expression
|
||||
\samp{unistr(\var{o})}. Called by the
|
||||
\function{unistr()}\bifuncindex{unistr} built-in function.
|
||||
\samp{unicode(\var{o})}. Called by the
|
||||
\function{unicode()}\bifuncindex{unicode} built-in function.
|
||||
\end{cfuncdesc}
|
||||
|
||||
\begin{cfuncdesc}{int}{PyObject_IsInstance}{PyObject *inst, PyObject *cls}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue