how fast is Python code - another detail

Aloysio Figueiredo xpythonist at yahoo.com.br
Thu Mar 4 14:04:19 EST 2004


>          if sig not in d.keys():
> 

Have you tried 

  if sig not in d.iterkeys():

?

Aloysio

______________________________________________________________________

Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora:
http://br.yahoo.com/info/mail.html




More information about the Python-list mailing list