8 Commits

Author SHA1 Message Date
Neal Norwitz
a9cbb794c9 Backport:
date: 2002/12/06 22:42:13;  author: theller;

Typo: propogate -> propagate
2003-02-02 19:06:04 +00:00
Fred Drake
78b1c187ab Correct the description of PyErr_Restore().
Closes SF bug #577000.
2002-10-24 20:55:07 +00:00
Fred Drake
74f1f76ef1 Ok, read the source this time: PyErr_SetObject() does not steal a reference. 2002-09-25 02:33:47 +00:00
Fred Drake
1884af0643 Clarify documentation for PyErr_SetObject() to describe the reference
count behavior.
2002-09-24 16:44:56 +00:00
Fred Drake
409bb439ed Backport Skip's patch for SF bug #534495:
exceptions.tex 1.5

fix a typo in PyErr_Format table and add row for 'p' format char
closes bug 534495
2002-03-27 14:08:21 +00:00
Fred Drake
551ffae30c Clarify that the Python runtime may behave mysteriously when an exception
is not handled properly.
This closes SF bug #485153.
2001-12-03 17:56:09 +00:00
Fred Drake
f07125ee53 PyErr_Format() does not return a new reference; it always returns NULL.
This closes SF bug #488387.
2001-12-03 16:36:43 +00:00
Fred Drake
3adf79e3e2 Break the Python/C API manual into smaller files by chapter. This manual
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.
2001-10-12 19:01:43 +00:00