summaryrefslogtreecommitdiff
path: root/Lib/exceptions.py
blob: dd82592e0861a27cce113b24a9d201bb56bdbe80 (plain)
1
2
3
4
# 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__