IDLE has suddenly become FAWLTY - so should I be hitting it with a big stick, or what?

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Aug 26 18:03:20 EDT 2014


Twirlip2 wrote:
> There is probably some lesson I should learn from this.

The lesson is probably that you shouldn't put the code
you're developing somewhere that's on the default import
path.

Although shadowing builtin module names is never a good
idea, either!

-- 
Greg



More information about the Python-list mailing list