]> granicus.if.org Git - python/commit
Add back an obscure "feature" to the Obj version of Tkapp_Call(): a
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 03:29:39 +0000 (03:29 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 03:29:39 +0000 (03:29 +0000)
commit64231e5c39070ab4f8d92708cdc0b5799392b042
tree45d57b37c3f639513211da1904c994f8118f990f
parent6148c2cfa67078c1d77ba46a8d145cc29d0fed5d
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.
Modules/_tkinter.c