[Twisted-Python] my first Twisted patch

Zooko zooko at zooko.com
Mon Jul 15 15:10:54 EDT 2002


Greetings, everyone!  I'm the leader of the Mnet project, http://mnet.sf.net/,
and I'm playing with Twisted for a few different reasons.  Here's my first
patch.

Regards,

Zooko

--- spread/cBanana.c	8 Jul 2002 05:13:40 -0000	1.12
+++ spread/cBanana.c	15 Jul 2002 17:41:00 -0000
@@ -604,7 +604,7 @@
   }
 
   if (!PyString_Check(newChunk)) {
-    printf("First arg was not a string\n");
+    printf("Second arg was not a string\n");
     Py_INCREF(Py_None);
     return Py_None;
   }




More information about the Twisted-Python mailing list