[Python-checkins] python/dist/src/Misc NEWS,1.414,1.415

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
2002年6月04日 10:14:09 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv2033/Misc
Modified Files:
	NEWS 
Log Message:
Fix SF bug #557436, TclError is a str should be an Exception
Make Tkinter.TclError derive from Exception, it was a string.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.414
retrieving revision 1.415
diff -C2 -d -r1.414 -r1.415
*** NEWS	4 Jun 2002 15:16:28 -0000	1.414
--- NEWS	4 Jun 2002 17:14:07 -0000	1.415
***************
*** 125,128 ****
--- 125,132 ----
 Library
 
+ - Stop using strings for exceptions. String objects used for exceptions
+ now derive from Exception. The objects changed were: Tkinter.TclError,
+ bdb.BdbQuit, macpath.norm_error, tabnanny.NannyNag, and xdrlib.Error.
+ 
 - Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
 BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte

AltStyle によって変換されたページ (->オリジナル) /