This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: hasattr()'s return type
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: rhettinger, ymasuda
Priority: normal Keywords:

Created on 2004-03-17 22:42 by ymasuda, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20252 - (view) Author: [N/A] (ymasuda) Date: 2004-03-17 22:42
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.
msg20253 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-03-20 18:37
Logged In: YES 
user_id=80475

Okay, fixed.

Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40043
2004-03-17 22:42:50ymasudacreate