Kaydet (Commit) f0e08ef9 authored tarafından Fred Drake's avatar Fred Drake

Remove an now-false statement about there being only one type flag

defined.
üst dc2ac8d3
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment