]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Convert "__init__ should return None" from an exception to a warning.
authorRaymond Hettinger <python@rcn.com>
Fri, 4 Mar 2005 04:47:04 +0000 (04:47 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 4 Mar 2005 04:47:04 +0000 (04:47 +0000)
commitace3f61994a7ea5e9284d4297a5a90307be23179
treee6e7884121ce74c8d39be6b11c36939126b93765
parentf05d1c0099fa3f5a46b0d9b0eb709db3bbb6cf2f
Convert "__init__ should return None" from an exception to a warning.
Lib/test/test_descr.py
Objects/typeobject.c