Fulvio wrote:

> ...     if deny.search(adr): cnt += 1
> ...     if allow.search(adr): cnt += 1

hint: under what circumstances are "cnt" decremented in the above snippet?

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to