[Python-checkins] python/dist/src/Objects setobject.c,1.1,1.2

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Nov 16 11:37:00 EST 2003


Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1:/tmp/cvs-serv18338
Modified Files:
	setobject.c 
Log Message:
Fix output spacing typo
Index: setobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/setobject.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** setobject.c	16 Nov 2003 16:17:49 -0000	1.1
--- setobject.c	16 Nov 2003 16:36:58 -0000	1.2
***************
*** 723,727 ****
 			firstpass = 0;
 		else
! 			fprintf(fp, ",");
 		if (PyObject_Print(item, fp, 0) != 0) {
 			Py_DECREF(it);
--- 723,727 ----
 			firstpass = 0;
 		else
! 			fprintf(fp, ", ");
 		if (PyObject_Print(item, fp, 0) != 0) {
 			Py_DECREF(it);


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /