Yes, I get the difference. If x is [], than

if x:

won't be executed and

if x is not None:

will be.

Thanks for clarifying.

-- 
Filip Gruszczyński
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to