Fernando Perez wrote:

> I can reuse the closure from a different
> function, but the docs don't say how to make a valid closure tuple.  This is
> the typical problem of the stdlib docs, which under-specify what is supposed 
> to
> go into a call and don't give at least a specific example.

As far as I know, there is currently no supported way
of directly creating or modifying cell objects from Python;
it can only be done by some obscure trickery. So the docs
are telling the truth here, in a way. :-)

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,       
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to