We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bc99a commit 8e8f0cbCopy full SHA for 8e8f0cb
distutils/errors.py
@@ -1,12 +1,9 @@
1
-"""distutils.errors
+"""
2
+Exceptions used by the Distutils modules.
3
-Provides exceptions used by the Distutils modules. Note that Distutils
4
-modules may raise standard exceptions; in particular, SystemExit is
5
-usually raised for errors that are obviously the end-user's fault
6
-(eg. bad command-line arguments).
7
-
8
-This module is safe to use in "from ... import *" mode; it only exports
9
-symbols whose names start with "Distutils" and end with "Error"."""
+Distutils modules may raise these or standard exceptions,
+including :exc:`SystemExit`.
10
11
12
class DistutilsError(Exception):
0 commit comments