On Fri, Apr 24, 2009, leo.baren...@nokia.com wrote:
>
> I have the following code:
> # len(all_svs) = 10
>
> # the I call a function with 2 list parameters
> def proc_line(line,all_svs) :
>
> # inside the function the length of the list "all_svs" is 1 more -> 11
> # I had to workaround it
This
---
I have the following code:
# len(all_svs) = 10
# the I call a function with 2 list parameters
def proc_line(line,all_svs) :
# inside the function the length of the list "all_svs" is 1 more -> 11
# I had to workaround it
for i i