PyBool_FromLong
Reinhold Birkenfeld
reinhold-birkenfeld-nospam at wolke7.net
Sat Sep 3 03:27:45 EDT 2005
More information about the Python-list mailing list
Sat Sep 3 03:27:45 EDT 2005
- Previous message (by thread): PyBool_FromLong
- Next message (by thread): wxImage can't read tif file? (WxPython)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Hoffman wrote: > Andrew MacKeith wrote: >> In the C API Docs, the signature of PyBool from long seems to be incorrect. >> >> int PyBool_FromLong(long v) >> Returns Py_True or Py_False depending on the truth value of v. New >> in version 2.3. >> >> The description would suggest: >> >> PyObject* PyBool_FromLong(long v) > > That's in the source too (dist/src/Objects/boolobject.c, > dist/src/Include/boolobject.h). Want to submit a documentation bug? Not necessary. I just fixed it. Reinhold
- Previous message (by thread): PyBool_FromLong
- Next message (by thread): wxImage can't read tif file? (WxPython)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list