[Python-Dev] 1.5.2->1.6 Changes

Guido van Rossum guido@python.org
Wed, 29 Mar 2000 07:26:56 -0500


> Moshe Zadka <moshez@math.huji.ac.il>:
> > -- _tkinter now uses the object, rather then string, interface to Tcl.

Eric Raymond:
> Hm, does this mean that the annoying requirement to do explicit gets and
> sets to move data between the Python world and the Tcl/Tk world is gone?

Not sure what you are referring to -- this should be completely
transparant to Python/Tkinter users.  If you are thinking of the way
Tcl variables are created and manipulated in Python, no, this doesn't
change, alas (Tcl variables aren't objects -- they are manipulated
through get and set commands. :-)

--Guido van Rossum (home page: http://www.python.org/~guido/)