Keyword arguments - strange behaviour?

deelan ggg at zzz.it
Tue Dec 21 04:59:26 EST 2004


brian.bird at securetrading.com 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/> .



More information about the Python-list mailing list