commit | ab8802a4f75336ef9c65c5958c480609c5c92fb3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Apr 02 23:55:37 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Apr 02 23:55:37 2007 +0000 |
tree | bcebdb66a1746228365deb9496a633a8970711da | |
parent | 01a807db2a4b2d39d8e9473e658b908ff58e1058 [diff] |
Fix warnings about object.__init__() signature. Two (test_array and test_descr) were bug IMO; the third (copy_reg) is a work-around which recognizes that object.__init__() doesn't do anything.