Test for structure

Martin Miller ggrp1.20.martineau at dfgh.net
Tue Feb 22 05:37:35 EST 2005


Ooops. I left out an "*" on a statement in the new aslist() function. I
should have written:

    def aslist(*args):
       return list(*args) # corrected

    def f(arg):
	args = aslist(arg)
	...

Sorry,
Martin




More information about the Python-list mailing list