]> granicus.if.org Git - python/commitdiff
Revise the comments about the exceptions module to not refer to source
authorFred Drake <fdrake@acm.org>
Thu, 17 Aug 2000 22:29:31 +0000 (22:29 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Aug 2000 22:29:31 +0000 (22:29 +0000)
code; it is not sufficiently readable now that it in written in C, and
is less likely to be available to end users.

Doc/lib/libexcs.tex

index 98793a23d627ecfb20c35bef0089b31e6b656b80..13ec88bc706fa57b949117c09e00019cf39511dc 100644 (file)
@@ -5,11 +5,11 @@
 
 
 Exceptions can be class objects or string objects.  While
-traditionally, most exceptions have been string objects, in Python
+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 source code for those
-exceptions is present in the standard library module
-\module{exceptions}; this module never needs to be imported explicitly.
+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.
 
 Two distinct string objects with the same value are considered different
 exceptions.  This is done to force programmers to use exception names