[Python-checkins] python/dist/src/Doc/api refcounts.dat,1.23.4.1,1.23.4.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 27 Aug 2002 11:41:29 -0700


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

Modified Files:
      Tag: release21-maint
	refcounts.dat 
Log Message:
Correct some return value information.


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.23.4.1
retrieving revision 1.23.4.2
diff -C2 -d -r1.23.4.1 -r1.23.4.2
*** refcounts.dat	10 Jul 2001 16:19:26 -0000	1.23.4.1
--- refcounts.dat	27 Aug 2002 18:41:26 -0000	1.23.4.2
***************
*** 1201,1205 ****
  PyUnicode_Tailmatch:int:direction::
  
! PyUnicode_Find:PyObject*::+1:
  PyUnicode_Find:PyObject*:str:0:
  PyUnicode_Find:PyObject*:substr:0:
--- 1201,1205 ----
  PyUnicode_Tailmatch:int:direction::
  
! PyUnicode_Find:int:::
  PyUnicode_Find:PyObject*:str:0:
  PyUnicode_Find:PyObject*:substr:0:
***************
*** 1208,1212 ****
  PyUnicode_Find:int:direction::
  
! PyUnicode_Count:PyObject*::+1:
  PyUnicode_Count:PyObject*:str:0:
  PyUnicode_Count:PyObject*:substr:0:
--- 1208,1212 ----
  PyUnicode_Find:int:direction::
  
! PyUnicode_Count:int:::
  PyUnicode_Count:PyObject*:str:0:
  PyUnicode_Count:PyObject*:substr:0: