diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-26 09:28:05 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-26 09:28:05 (GMT) |
commit | ffad633af9d93ac7bd7c08b3154e8e5f71b920ef (patch) | |
tree | 20afb5f27788e428e1611843d49e64d5ce7e0041 /Misc | |
parent | 52ea7e9244f673602a32beb4c0489bfdd59cb1d4 (diff) | |
download | cpython-ffad633af9d93ac7bd7c08b3154e8e5f71b920ef.zip cpython-ffad633af9d93ac7bd7c08b3154e8e5f71b920ef.tar.gz cpython-ffad633af9d93ac7bd7c08b3154e8e5f71b920ef.tar.bz2 |
Patch #518625: Return objects in Tkinter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -312,6 +312,11 @@ Core and builtins Extension modules ----------------- +- _tkinter now returns Tcl objects, instead of strings. Objects which + have Python equivalents are converted to Python objects, other objects + are wrapped. This can be configured through the wantobjects method, + or Tkinter.want_objects. + - The PyBSDDB wrapper around the Sleepycat Berkely DB library has been added as the package bsddb. The traditional bsddb module is still available in source code, but not built automatically anymore, and |