Tim Chase <[EMAIL PROTECTED]> writes:
>   first = int(data[0])
>   try:
>     count = int(data[1])
>   except:
>     count = 0

By the time you're down to this kind of thing making a difference,
it's probably more important to compile with pyrex or psyco.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to