summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-11-02 23:48:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-11-02 23:48:20 (GMT)
commitb7b32601281f25ffed50f8187c78a3802fa14039 (patch)
tree1317456182690fb4a4a3e37d28ba77451e886f34 /Misc
parent06b1d21e7d33b2f77c05a7d8a1c51c1713f716ee (diff)
downloadcpython-b7b32601281f25ffed50f8187c78a3802fa14039.zip
cpython-b7b32601281f25ffed50f8187c78a3802fa14039.tar.gz
cpython-b7b32601281f25ffed50f8187c78a3802fa14039.tar.bz2
Patch #471120: Improved doc strings and new wrappers.
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 0dfb969..ba2f679 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,11 @@ Extension modules
Library
+- Tix exposes more commands through the classes DirSelectBox,
+ DirSelectDialog, ListNoteBook, Meter, CheckList, and the
+ methods tix_addbitmapdir, tix_cget, tix_configure, tix_filedialog,
+ tix_getbitmap, tix_getimage, tix_option_get, and tix_resetoptions.
+
- Traceback objects are now scanned by cyclic garbage collection, so
cycles created by casual use of sys.exc_info() no longer cause
permanent memory leaks (provided garbage collection is enabled).