print is not a function

Michael Chermside mcherm at mcherm.com
Wed Oct 8 09:20:23 EDT 2003


oops. The line

    x > 0 and [y for y in [x]]

should, of course, have been

    x > 0 and [y for y in (process(x),)]

-- Michael Chermside






More information about the Python-list mailing list