Martin P. Hellwig wrote:
while I am at it :-)

if ignore == False:

is probably cleaner when written

if not ignore:

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

Reply via email to