]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
This module is obsolete now that the standard exceptions are built-in.
authorBarry Warsaw <barry@python.org>
Fri, 26 May 2000 19:06:13 +0000 (19:06 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 26 May 2000 19:06:13 +0000 (19:06 +0000)
Lib/exceptions.py [deleted file]

diff --git a/Lib/exceptions.py b/Lib/exceptions.py
deleted file mode 100644 (file)
index dd82592..0000000
+++ /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__