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

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 27 Aug 2001 19:32:06 -0700


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

Modified Files:
	refcounts.dat 
Log Message:
Refcount info for PyString_FromFormat() and PyString_FromFormatV().
Closes SF patch #455666.


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** refcounts.dat	2001/08/08 18:50:18	1.28
--- refcounts.dat	2001/08/28 02:32:04	1.29
***************
*** 919,922 ****
--- 919,930 ----
  PyString_FromStringAndSize:int:len::
  
+ PyString_FromFormat:PyObject*::+1:
+ PyString_FromFormat:const char*:format::
+ PyString_FromFormat::...::
+ 
+ PyString_FromFormatV:PyObject*::+1:
+ PyString_FromFormatV:const char*:format::
+ PyString_FromFormatV:va_list:vargs::
+ 
  PyString_GET_SIZE:int:::
  PyString_GET_SIZE:PyObject*:string:0: