[Python-Dev] 3-way result of PyObject_IsTrue() considered PITA (original) (raw)
Raymond Hettinger python@rcn.com
Wed, 16 Apr 2003 13:50:57 -0400
- Previous message: [Python-Dev] 3-way result of PyObject_IsTrue() considered PITA
- Next message: [Python-Dev] 3-way result of PyObject_IsTrue() considered PITA
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> The docs for PyObjectIsTrue() promise that the "function > always succeeds". But in reality it can return an error > result if an underlying method returns an error.
Then the docs need to be repaired!
Done.
- Previous message: [Python-Dev] 3-way result of PyObject_IsTrue() considered PITA
- Next message: [Python-Dev] 3-way result of PyObject_IsTrue() considered PITA
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]