From: Guido van Rossum Date: Tue, 19 Dec 2000 03:58:11 +0000 (+0000) Subject: Oops. The value "0 or +1" for the category argument of PyErr_Warn() X-Git-Tag: v2.1a1~530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e22e4b2b59836339c3f1d22216d04911bc1ad2f8;p=python Oops. The value "0 or +1" for the category argument of PyErr_Warn() doesn't work. Make it 0. (Although it really *should* be 0 or +1 -- the refcount is incremented when it is raised as an exception, but not otherwise.) --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 0d8d6afa40..2777d9f40a 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -207,7 +207,7 @@ PyErr_Format:char*:format:: PyErr_Format::...:: PyErr_Warn:int::: -PyErr_Warn:PyObject*:category:0 or +1: +PyErr_Warn:PyObject*:category:0: PyErr_Warn:char*:message:: PyEval_AcquireLock:void:::