]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 12647: Add __bool__() method to the None object.
authorRaymond Hettinger <python@rcn.com>
Thu, 28 Jul 2011 16:55:13 +0000 (09:55 -0700)
committerRaymond Hettinger <python@rcn.com>
Thu, 28 Jul 2011 16:55:13 +0000 (09:55 -0700)
commit66d2be898611f32e3840025055f2cd9b92b9f19c
treefdae9deaafd2bc799ba7092b92233e67bcef8b7c
parenta2250e61db26e6f03d035e8c16e5305e57714323
Issue 12647: Add __bool__() method to the None object.
Lib/test/test_descr.py
Misc/NEWS
Objects/object.c