mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
4 lines
188 B
Python
4 lines
188 B
Python
# 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__
|