mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
General cleanup, raise normalization in Lib/distutils.
This commit is contained in:
parent
a73bfee73d
commit
5b7e9d76f3
47 changed files with 963 additions and 1640 deletions
|
@ -8,8 +8,6 @@ usually raised for errors that are obviously the end-user's fault
|
|||
This module is safe to use in "from ... import *" mode; it only exports
|
||||
symbols whose names start with "Distutils" and end with "Error"."""
|
||||
|
||||
# This module should be kept compatible with Python 2.1.
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
class DistutilsError (Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue