diff options
author | Barry Warsaw <barry@python.org> | 2000-05-26 19:06:13 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-05-26 19:06:13 (GMT) |
commit | 262e83cb1ae1b1436a653c4dd5a519adce656af3 (patch) | |
tree | 3bc3e1f2de6365c29e80df619c9f08614f034e6a /Lib/exceptions.py | |
parent | 0233075fce3201dfe21330964c6879bd6fc36c0d (diff) | |
download | cpython-262e83cb1ae1b1436a653c4dd5a519adce656af3.zip cpython-262e83cb1ae1b1436a653c4dd5a519adce656af3.tar.gz cpython-262e83cb1ae1b1436a653c4dd5a519adce656af3.tar.bz2 |
This module is obsolete now that the standard exceptions are built-in.
Diffstat (limited to 'Lib/exceptions.py')
-rw-r--r-- | Lib/exceptions.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/exceptions.py b/Lib/exceptions.py deleted file mode 100644 index dd82592..0000000 --- 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__ |