mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
9357854187
_exceptions module, including __doc__.
5 lines
188 B
Python
5 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__
|