From: Barry Warsaw Date: Fri, 26 May 2000 19:06:13 +0000 (+0000) Subject: This module is obsolete now that the standard exceptions are built-in. X-Git-Tag: v2.0b1~1658 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=262e83cb1ae1b1436a653c4dd5a519adce656af3;p=thirdparty%2FPython%2Fcpython.git This module is obsolete now that the standard exceptions are built-in. --- diff --git a/Lib/exceptions.py b/Lib/exceptions.py deleted file mode 100644 index dd82592e0861..000000000000 --- a/Lib/exceptions.py +++ /dev/null @@ -1,4 +0,0 @@ -# Standard class-base exceptions are now all implemented in C. This remains -# for backwards compatibility with pre-1.6 releases. -from _exceptions import * -from _exceptions import __doc__