summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-06-04 18:27:35 (GMT)
committerMichael W. Hudson <mwh@python.net>2002-06-04 18:27:35 (GMT)
commitb0dc1a38a1e0ec7cb072db73ae8a18cf464243e8 (patch)
tree1566163bfe6ed5602d6c09f957ebad9081f8d90d /Misc/NEWS
parentb5b5a260ea2e8b5ea21ec7d938ddc69ad716635e (diff)
downloadcpython-b0dc1a38a1e0ec7cb072db73ae8a18cf464243e8.zip
cpython-b0dc1a38a1e0ec7cb072db73ae8a18cf464243e8.tar.gz
cpython-b0dc1a38a1e0ec7cb072db73ae8a18cf464243e8.tar.bz2
Fiddle wording.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2004456..e534317 100644
--- 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