[Python-checkins] CVS: python/dist/src/Doc/api refcounts.dat,1.29,1.30

Fred L. Drake fdrake@users.sourceforge.net
Thu, 06 Sep 2001 11:06:48 -0700


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

Modified Files:
	refcounts.dat 
Log Message:
Fix parameter for PyInt_Check().
Add refcount information for other recently documented APIs.


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** refcounts.dat	2001/08/28 02:32:04	1.29
--- refcounts.dat	2001/09/06 18:06:46	1.30
***************
*** 189,192 ****
--- 189,196 ----
  PyErr_SetFromErrno:PyObject*:type:0:
  
+ PyErr_SetFromErrnoWithFilename:PyObject*::null:
+ PyErr_SetFromErrnoWithFilename:PyObject*:type:0:
+ PyErr_SetFromErrnoWithFilename:char*:filename::
+ 
  PyErr_SetInterrupt:void:::
  
***************
*** 349,353 ****
  
  PyInt_Check:int:::
! PyInt_Check:PyObject*::0:
  
  PyInt_FromLong:PyObject*::+1:
--- 353,357 ----
  
  PyInt_Check:int:::
! PyInt_Check:PyObject*:op:0:
  
  PyInt_FromLong:PyObject*::+1:
***************
*** 494,497 ****
--- 498,524 ----
  PyMapping_Values:PyObject*:o:0:
  
+ PyMethod_Class:PyObject*::0:
+ PyMethod_Class:PyObject*:im:0:
+ 
+ PyMethod_Function:PyObject*::0:
+ PyMethod_Function:PyObject*:im:0:
+ 
+ PyMethod_GET_CLASS:PyObject*::0:
+ PyMethod_GET_CLASS:PyObject*:im:0:
+ 
+ PyMethod_GET_FUNCTION:PyObject*::0:
+ PyMethod_GET_FUNCTION:PyObject*:im:0:
+ 
+ PyMethod_GET_SELF:PyObject*::0:
+ PyMethod_GET_SELF:PyObject*:im:0:
+ 
+ PyMethod_New:PyObject*::+1:
+ PyMethod_New:PyObject*:func:0:
+ PyMethod_New:PyObject*:self:0:
+ PyMethod_New:PyObject*:class:0:
+ 
+ PyMethod_Self:PyObject*::0:
+ PyMethod_Self:PyObject*:im:0:
+ 
  PyModule_GetDict:PyObject*::0:
  PyModule_GetDict::PyObject* module:0:
***************
*** 685,688 ****
--- 712,718 ----
  PyObject_DelItem:PyObject*:o:0:
  PyObject_DelItem:PyObject*:key:0:
+ 
+ PyObject_Dir:PyObject*::+1:
+ PyObject_Dir:PyObject*:o:0:
  
  PyObject_GetAttr:PyObject*::+1: