This module is obsolete now that the standard exceptions are built-in.

This commit is contained in:
Barry Warsaw 2000-05-26 19:06:13 +00:00
parent 0233075fce
commit 262e83cb1a
1 changed files with 0 additions and 4 deletions

View File

@ -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__