[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.105,1.106

Fred L. Drake fdrake@users.sourceforge.net
Fri, 02 Feb 2001 17:11:28 -0800


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv32672/api

Modified Files:
	api.tex 
Log Message:

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


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -r1.105 -r1.106
*** api.tex	2001/01/28 06:39:35	1.105
--- api.tex	2001/02/03 01:11:26	1.106
***************
*** 2084,2090 ****
  \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}.
  \end{cfuncdesc}
  
--- 2084,2088 ----
  \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.
  \end{cfuncdesc}