3 messages in org.python.python-bugs-list[ python-Bugs-918371 ] hasattr()'s re...
FromSent OnAttachments
SourceForge.netMar 17, 2004 5:42 pm 
SourceForge.netMar 20, 2004 1:27 pm 
SourceForge.netMar 20, 2004 1:36 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-918371 ] hasattr()'s return typeActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 17, 2004 5:42:31 pm
List:org.python.python-bugs-list

Bugs item #918371, was opened at 2004-03-18 07:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=918371&group_id=5470

Category: Documentation Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: [N/A] (ymasuda) Assigned to: Nobody/Anonymous (nobody) Summary: hasattr()'s return type

Initial Comment: From Python 2.3, hasattr() has been changed to return boolean instead of integer:1 or 0. But libfunc.tex still describes older specification. Please fix it.

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