]> granicus.if.org Git - python/commitdiff
Remove an now-false statement about there being only one type flag
authorFred Drake <fdrake@acm.org>
Sat, 3 Feb 2001 01:11:26 +0000 (01:11 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 3 Feb 2001 01:11:26 +0000 (01:11 +0000)
defined.

Doc/api/api.tex

index 03eebdf0a5e813b2a9d1061482f2f1d21de2323a..efb535791d358daa3bbe8bf77b18963fb96fcb96 100644 (file)
@@ -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}