some OT: how to solve this kind of problem in our program?

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Tue Dec 26 07:45:50 EST 2006


For people that will read the posts in the future, there is a little
bug (it doesn't change the output of this program):

    items = alist[:]

Has to be:

    alist = alist[:]

Sorry,
bye,
bearophile




More information about the Python-list mailing list