mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Remove an now-false statement about there being only one type flag
defined.
This commit is contained in:
parent
dc2ac8d39f
commit
f0e08ef9cb
1 changed files with 1 additions and 3 deletions
|
|
@ -2083,9 +2083,7 @@ Returns true is the object \var{o} is a type object.
|
|||
|
||||
\begin{cfuncdesc}{int}{PyType_HasFeature}{PyObject *o, int feature}
|
||||
Returns true if the type object \var{o} sets the feature
|
||||
\var{feature}. Type features are denoted by single bit flags. The
|
||||
only defined feature flag is \constant{Py_TPFLAGS_HAVE_GETCHARBUFFER},
|
||||
described in section \ref{buffer-structs}.
|
||||
\var{feature}. Type features are denoted by single bit flags.
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue