[Python-checkins] python/dist/src/Doc/ext noddy2.c,1.5,1.5.4.1

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Sun Jul 17 23:19:56 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26374/Doc/ext
Modified Files:
 Tag: release24-maint
	noddy2.c 
Log Message:
backport bug [ 1021621 ] use first_name, not first, in code samples
Index: noddy2.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/noddy2.c,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -u -d -r1.5 -r1.5.4.1
--- noddy2.c	14 Jul 2004 19:07:24 -0000	1.5
+++ noddy2.c	17 Jul 2005 21:19:44 -0000	1.5.4.1
@@ -3,8 +3,8 @@
 
 typedef struct {
 PyObject_HEAD
- PyObject *first;
- PyObject *last;
+ PyObject *first; /* first name */
+ PyObject *last; /* last name */
 int number;
 } Noddy;
 


More information about the Python-checkins mailing list

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