summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-26 09:28:05 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-26 09:28:05 (GMT)
commitffad633af9d93ac7bd7c08b3154e8e5f71b920ef (patch)
tree20afb5f27788e428e1611843d49e64d5ce7e0041 /Misc
parent52ea7e9244f673602a32beb4c0489bfdd59cb1d4 (diff)
downloadcpython-ffad633af9d93ac7bd7c08b3154e8e5f71b920ef.zip
cpython-ffad633af9d93ac7bd7c08b3154e8e5f71b920ef.tar.gz
cpython-ffad633af9d93ac7bd7c08b3154e8e5f71b920ef.tar.bz2
Patch #518625: Return objects in Tkinter.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f78694..9e1a812 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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