[EMAIL PROTECTED] wrote:
Can anyone explain the behaviour of python when running this script?
(...)

Is there a good reason why these scripts are not the same? I can understand how/why they are different, it's just not what I expected. (It seems strange to me that the result of the first method can only be determined if you know how many times it has already been called)

see "python gotchas": <http://www.ferg.org/projects/python_gotchas.html#bct_sec_5>

bye.

--
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<#me> a foaf:Person ; foaf:nick "deelan" ;
foaf:weblog <http://www.netspyke.com/> .
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to