Feature Requests item #1670167, was opened at 2007-02-27 17:26
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1670167&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: René Fleschenberg (refl)
Assigned to: Nobody/Anonymous (nobody)
Summary: isinstance.__doc__ is somewhat irritating

Initial Comment:
"With a type as second argument, return whether that is the object's type."

That sentence does not really make sense, at least not for new-style classes. 
After reading that, one could expect that isinstance(1, object) would return 
False. I think the best thing would be to just drop that sentence from the doc 
string.


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

>Comment By: Georg Brandl (gbrandl)
Date: 2007-03-16 08:34

Message:
Logged In: YES 
user_id=849994
Originator: NO

Fixed in rev. 54409, 54410 (2.5).

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1670167&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to