Gary Herron a écrit :
(snip)
> One other word of warning.  It is best to not use a variable named 
> "string" as Python has a builtin type of that name which would become 
> inaccessible if you redefine.

Good advice, except that the builtin string type is actually named 
'str', not 'string' !-)

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

Reply via email to