Skip to content

Commit c7d2761

Browse files
committed
Add note about packages.
1 parent 19194bb commit c7d2761

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/library/exceptions.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -566,12 +566,13 @@ The following exceptions are the exceptions that are usually raised.
566566
this could be raised by incorrectly using Python's C API, such as returning
567567
a ``NULL`` value without an exception set.
568568

569-
If you're confident that this exception wasn't your fault, you should
570-
report this to the author or maintainer of your Python interpreter.
571-
Be sure to report the version of the Python interpreter (``sys.version``; it is
572-
also printed at the start of an interactive Python session), the exact error
573-
message (the exception's associated value) and if possible the source of the
574-
program that triggered the error.
569+
If you're confident that this exception wasn't your fault, or the fault of
570+
a package you're using, you should report this to the author or maintainer
571+
of your Python interpreter. Be sure to report the version of the Python
572+
interpreter (``sys.version``; it is also printed at the start of an
573+
interactive Python session), the exact error message (the exception's
574+
associated value) and if possible the source of the program that triggered
575+
the error.
575576

576577

577578
.. exception:: SystemExit

0 commit comments

Comments
 (0)