> if debug: print "v=%s" % (v,) Not that important, but I assume the first one was supposed to be:
if debug: print "v=", s right? -- http://mail.python.org/mailman/listinfo/python-list
> if debug: print "v=%s" % (v,) Not that important, but I assume the first one was supposed to be:
if debug: print "v=", s right? -- http://mail.python.org/mailman/listinfo/python-list