]> granicus.if.org Git - python/commitdiff
Fiddle wording.
authorMichael W. Hudson <mwh@python.net>
Tue, 4 Jun 2002 18:27:35 +0000 (18:27 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 4 Jun 2002 18:27:35 +0000 (18:27 +0000)
Misc/NEWS

index 2004456c17912ac83993b7da3b050c618f5daeb1..e53431789d5b75c661ce993da82f640c044f0e9e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,9 +124,10 @@ Extension modules
 
 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.
+- Stop using strings for exceptions.  String objects used for
+  exceptions are now classes deriving 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