From: Fred Drake Date: Sat, 3 Feb 2001 01:11:26 +0000 (+0000) Subject: Remove an now-false statement about there being only one type flag X-Git-Tag: v2.1b1~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0e08ef9cb1af858777dcc4d68e4434def9f8b9e;p=python Remove an now-false statement about there being only one type flag defined. --- diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 03eebdf0a5..efb535791d 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -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}