ha releases, which is why I
didn't remember this yesterday. I like my programming tools steady
and stable ;-)
[1] http://www.python.org/dev/peps/pep-0318/#abstract
[2] http://www.python.org/dev/peps/pep-0343/
--
Lasse Rasinen
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
[I trimmed some of the newsgroups away; this mostly concerns Python and Lisp]
Ken Tilton <[EMAIL PROTECTED]> writes:
> Lasse Rasinen wrote:
> > Ken Tilton <[EMAIL PROTECTED]> writes:
> >
> >>>if any concepts have survived to the Python version. Since Pyt
here are such dependencies, and all
the callbacks fire just once (and in dependency-related order).
Furthermore, the timestamp mechanism SHOULD take care of those (if the
cell is older than its children, it gets recalculated before it will
provide any data, and thus C will get recalculated before B
else:
return self.a
$ python cells.py
y changed: __main__.unbound => 100
a changed: __main__.unbound => 110
g changed: __main__.unbound => 100
=
x changed: 10 => 4
y changed: 100 => 16
a changed: 110 => 20
g changed: 100 => 16