[Python-Dev] 1.5.2->1.6 Changes (original) (raw)
Guido van Rossum guido@python.org
Wed, 29 Mar 2000 07:26:56 -0500
- Previous message: [Python-Dev] 1.5.2->1.6 Changes
- Next message: [Python-Dev] 1.5.2->1.6 Changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] 1.5.2->1.6 Changes
- Next message: [Python-Dev] 1.5.2->1.6 Changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]