]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#6428: py3k requires that __bool__ return a bool (and not an int)
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 7 Jul 2009 00:43:08 +0000 (00:43 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 7 Jul 2009 00:43:08 +0000 (00:43 +0000)
commit097cd072c052382d9a85375340b90ab59ce243f7
tree828c079b6ac06ffdc3f80b28e8a22c8c40ccbf13
parentdd07ebb44a9c5c632d1a8177fcf617b5af1250ec
#6428: py3k requires that __bool__ return a bool (and not an int)
Fix the error message and the documentation.
Doc/reference/datamodel.rst
Misc/NEWS
Objects/typeobject.c