[Python-checkins] python/dist/src/Mac/Modules/evt _Evtmodule.c, 1.10, 1.11

jackjansen@users.sourceforge.net jackjansen at users.sourceforge.net
Sun Jul 3 23:00:13 CEST 2005


Update of /cvsroot/python/python/dist/src/Mac/Modules/evt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25508/evt

Modified Files:
	_Evtmodule.c 
Log Message:
Updated (and regenerated) for name change in tp_init method arguments:
they are now _self, _args and _kwds.


Index: _Evtmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/evt/_Evtmodule.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- _Evtmodule.c	20 Nov 2003 13:30:57 -0000	1.10
+++ _Evtmodule.c	3 Jul 2005 20:59:39 -0000	1.11
@@ -455,7 +455,7 @@
 	                      &eventMask,
 	                      &sleep,
 	                      OptResObj_Convert, &mouseregion))
-		return NULL;
+	        return NULL;
 	_rv = WaitNextEvent(eventMask,
 	                    &theEvent,
 	                    sleep,



More information about the Python-checkins mailing list