UNABLE TO GET IDLE TO RUN

Terry Reedy tjreedy at udel.edu
Thu Oct 29 06:33:55 EDT 2015


On 10/29/2015 3:53 AM, Laura Creighton wrote:
> I think that it would be useful if IDLE spit out a warning:

User code is compiled and executed by builtin compile and exec, so it 
would have to be python (exec) that emit a warning.

> Warning: local file /u/lac/junk/string.py shadows module named string in the Standard Library

-- 
Terry Jan Reedy




More information about the Python-list mailing list