[Python-bugs-list] [ python-Bugs-458745 ] PyInt_Check doc amiss in API manual

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Sep 2001 11:09:42 -0700


Bugs item #458745, was opened at 2001-09-05 07:38
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=458745&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: PyInt_Check doc amiss in API manual

Initial Comment:
In the API manual, PyInt_Check is listed as returning a
borrowed reference.  This is almost certainly incorrect.
;-)

    http://www.python.org/doc/api/intObjects.html
I checked Doc/api/refcounts.dat and it looks okay.  There
is nothing in the api.tex file to suggest it would put
anything there, so there must be some postprocessing 
step where this erroneous bit is added.

Skip


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-09-06 11:09

Message:
Logged In: YES 
user_id=3066

Actually, this was a problem in refcounts.dat, but with the
entry for the parameter: it was missing the name, so it was
thought to be the return!

Fixed in Doc/api/refcounts.dat revision 1.30.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=458745&group_id=5470