commit | 64231e5c39070ab4f8d92708cdc0b5799392b042 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 31 03:29:39 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 31 03:29:39 2000 +0000 |
tree | 45d57b37c3f639513211da1904c994f8118f990f | |
parent | 6148c2cfa67078c1d77ba46a8d145cc29d0fed5d [diff] |
Add back an obscure "feature" to the Obj version of Tkapp_Call(): a None in an argument list *terminates* the argument list: further arguments are *ignored*. This isn't kosher, but too much code relies on it, implicitly. For example, IDLE was pretty broken.