diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-11-02 23:48:20 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-11-02 23:48:20 (GMT) |
commit | b7b32601281f25ffed50f8187c78a3802fa14039 (patch) | |
tree | 1317456182690fb4a4a3e37d28ba77451e886f34 /Misc | |
parent | 06b1d21e7d33b2f77c05a7d8a1c51c1713f716ee (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |