summaryrefslogtreecommitdiffstats
path: root/Doc/api/exceptions.tex
Commit message (Collapse)AuthorAgeFilesLines
* Clarify that the Python runtime may behave mysteriously when an exceptionFred Drake2001-12-031-4/+12
| | | | | is not handled properly. This closes SF bug #485153.
* PyErr_Format() does not return a new reference; it always returns NULL.Fred Drake2001-12-031-7/+5
| | | | This closes SF bug #488387.
* Break the Python/C API manual into smaller files by chapter. This manualFred Drake2001-10-121-0/+353
has grown beyond what font-lock will work with using the default (X)Emacs settings. Indentation of the description has been made consistent, and a number of smaller markup adjustments have been made as well.