[Patches] [ python-Patches-649095 ] document PyObject_IsInstance() tuple arg

noreply@sourceforge.net noreply@sourceforge.net
Fri, 06 Dec 2002 02:23:01 -0800


Patches item #649095, was opened at 2002-12-05 19:18
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=649095&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Walter Dörwald (doerwalter)
Assigned to: Walter Dörwald (doerwalter)
Summary: document PyObject_IsInstance() tuple arg

Initial Comment:
The documentation for PyObject_IsInstance() in
Doc/api/abstract.tex fails to mention the fact that the
second argument may be a tuple. This patch should fix it.

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

>Comment By: Walter Dörwald (doerwalter)
Date: 2002-12-06 11:23

Message:
Logged In: YES 
user_id=89016

Checked in as:
Doc/api/abstract.tex 1.21
and
Doc/api/abstract.tex 1.8.6.8 (branch release22-maint)


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

Comment By: Martin v. Löwis (loewis)
Date: 2002-12-05 23:12

Message:
Logged In: YES 
user_id=21627

This patch is fine; please apply it. I believe the
versionchanged should report the change for 2.2.

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

Comment By: Walter Dörwald (doerwalter)
Date: 2002-12-05 19:34

Message:
Logged In: YES 
user_id=89016

And maybe the appropriate \versionchanged note should be
added too.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=649095&group_id=5470