BBands a écrit :
(snip)
> class master:
>     def __init__(self, list):

Don't use 'list' as an identifier, it will shadow the builtin list type.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to