[Python-checkins] CVS: python/dist/src/Objects stringobject.c,2.119,2.120

Tim Peters tim_one@users.sourceforge.net
Fri, 15 Jun 2001 22:42:59 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv19395/python/dist/src/Objects

Modified Files:
	stringobject.c 
Log Message:
Reformat decl of new _PyString_Join.  Add NEWS blurb about repr() speedup.


Index: stringobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/stringobject.c,v
retrieving revision 2.119
retrieving revision 2.120
diff -C2 -r2.119 -r2.120
*** stringobject.c	2001/06/16 05:11:17	2.119
--- stringobject.c	2001/06/16 05:42:57	2.120
***************
*** 1032,1036 ****
  }
  
! PyObject *_PyString_Join(PyObject *sep, PyObject *x)
  {
  	PyObject* args;
--- 1032,1037 ----
  }
  
! PyObject *
! _PyString_Join(PyObject *sep, PyObject *x)
  {
  	PyObject* args;