WENDUM Denis 47.76.11 (agent) a écrit :
> 
> While testing recursive algoritms dealing with generic lists I stumbled 
> on infinite loops which were triggered by the fact that (at least for my 
> version of Pyton) characters contain themselves.

There is *no* character type in Python. 'a' is a string, and of course 
the string 'a' is a substring of string 'a'.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to