]> granicus.if.org Git - python/commitdiff
Minor clarifications in the introductory paragraph.
authorFred Drake <fdrake@acm.org>
Sat, 9 Sep 2000 03:28:00 +0000 (03:28 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 9 Sep 2000 03:28:00 +0000 (03:28 +0000)
Doc/lib/libexcs.tex

index 742004ede9807bae8b46c88b8422e1c1360d8f9f..40cc6fd11f5145f26c80733dcf5101f9c5242ea5 100644 (file)
@@ -4,12 +4,13 @@
 \modulesynopsis{Standard exceptions classes.}
 
 
-Exceptions can be class objects or string objects.  While
-traditionally most exceptions have been string objects, in Python
-1.5, all standard exceptions have been converted to class objects,
-and users are encouraged to do the same.  The exceptions are defined
-in the module \module{exceptions}; this module never needs to be
-imported explicitly.
+Exceptions can be class objects or string objects.  Though most
+exceptions have been string objects in past versions of Python, in
+Python 1.5 and newer versions, all standard exceptions have been
+converted to class objects, and users are encouraged to do the same.
+The exceptions are defined in the module \module{exceptions}.  This
+module never needs to be imported explicitly: the exceptions are
+provided in the built-in namespace.
 
 Two distinct string objects with the same value are considered different
 exceptions.  This is done to force programmers to use exception names