File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ \section{Built-in Exceptions}
55
66
77Exceptions can be class objects or string objects. While
8- traditionally, most exceptions have been string objects, in Python
8+ traditionally most exceptions have been string objects, in Python
991.5, all standard exceptions have been converted to class objects,
10- and users are encouraged to do the same. The source code for those
11- exceptions is present in the standard library module
12- \module {exceptions}; this module never needs to be imported explicitly.
10+ and users are encouraged to do the same. The exceptions are defined
11+ in the module \module {exceptions}; this module never needs to be
12+ imported explicitly.
1313
1414Two distinct string objects with the same value are considered different
1515exceptions. This is done to force programmers to use exception names
You can’t perform that action at this time.
0 commit comments