summaryrefslogtreecommitdiff
path: root/Modules/_exceptions.c
Commit message (Collapse)AuthorAgeFilesLines
* _exceptions.c is moved to ../Python/exceptions.cBarry Warsaw2000-05-261-994/+0
|
* Built-in class-based standard exceptions. Written by Fredrik Lundh.Barry Warsaw2000-05-251-0/+994
Modified, proofread, and integrated for Python 1.6 by Barry Warsaw.