June 18, 2000
11:29 p.m.
michael wrote:
this patch adds a fast _flatten function to the _tkinter module, and imports it from Tkinter.py (if available).
Unfortunately this introduces another Way To Make Python Core:
well, there are lots of way to dump core through Tkinter/Tk, so I convinced myself that it wasn't really worth the effort to prevent it in _flatten... either way, the patch looks okay to me. </F>