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: boolobject.h documentation missing from Python/C API
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, glchapman, skip.montanaro
Priority: normal Keywords:

Created on 2004-01-22 19:13 by glchapman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg19791 - (view) Author: Greg Chapman (glchapman) Date: 2004-01-22 19:13
The items in boolobject.h do not appear to be 
documented in the current documentation.  I just 
checked the index of the online docs and  
PyBool_FromLong, Py_True, and Py_False are all 
missing.
msg19792 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-07-28 15:14
Logged In: YES 
user_id=3066

Skip added much of the missing documentation in
Doc/api/concrete.tex revision 1.49.  Py_True and Py_False
still need to be added.
msg19793 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2004-07-29 02:19
Logged In: YES 
user_id=44345

I just added Py_True/Py_False (concrete.tex v1.50).  Leaving for 
Fred to review and close.  I will backport the relevant bits to
the 2.3 branch as well.

msg19794 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-08-03 16:03
Logged In: YES 
user_id=3066

I made a minor change to avoid excessive nesting of sections
by moving the booleans section up one level.  Otherwise,
this looks fine.  Closing.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39856
2004-01-22 19:13:44glchapmancreate