[Python-Dev] Showstopper in import?

Barry A. Warsaw barry@digicool.com
Fri, 2 Feb 2001 09:13:22 -0500


>>>>> "TP" == Tim Peters <tim.one@home.com> writes:

    TP> Provided the case above is fixed, IDLE will indeed fail to
    TP> compile anyway, because Guido does

    TP>     from Tkinter import *

    TP> inside several functions.  But that's a different problem.

That will probably be the most common breakage in existing code.  I've
already `fixed' the one such occurance in Tools/pynche.

gotta-love-alphas-ly y'rs,
-Barry