[Python-checkins] CVS: python/dist/src/Misc NEWS,1.305,1.306

Martin v. L?wis loewis@users.sourceforge.net
Fri, 02 Nov 2001 15:48:22 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv15298/Misc

Modified Files:
	NEWS 
Log Message:
Patch #471120: Improved doc strings and new wrappers.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.305
retrieving revision 1.306
diff -C2 -d -r1.305 -r1.306
*** NEWS	2001/10/30 03:03:03	1.305
--- NEWS	2001/11/02 23:48:20	1.306
***************
*** 47,50 ****
--- 47,55 ----
  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