In article <[EMAIL PROTECTED]>,
 "rh0dium" <[EMAIL PROTECTED]> wrote:

> The question is how do you tell that the data you were passed is a list
> or not?

>>> x = []
>>> isinstance (x, list)
True
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to