Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michiel Overtoom Newsgroups: comp.lang.python Subject: Re: UNABLE TO GET IDLE TO RUN Date: Sun, 1 Nov 2015 02:45:57 +0100 Lines: 17 Message-ID: References: <1501485483.555358.1445441061800.JavaMail.yahoo@mail.yahoo.com> <1501485483.555358.1445441061800.JavaMail.yahoo@mail.yahoo.com> <201510230905.t9N95FPe025528@fido.openend.se> <56310743.3070708@gmail.com> <563180CB.5080303@gmail.com> <201510290753.t9T7rZqR032272@fido.openend.se> <5A7F323C-ED4A-4CCA-A392-2C6F64EA6A6F@xs4all.nl> <201510301629.t9UGTY2i013568@fido.openend.se> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de HrX9QPqPbfKjPyyzXRBuCwTdC9cF7sCdvOZid2/zXgEA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:IDLE': 0.04; 'reinstall': 0.09; 'technician': 0.09; 'python': 0.10; 'from:addr:xs4all.nl': 0.16; 'received:194.109': 0.16; 'received:194.109.24': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'received:xs4all.nl': 0.16; 'reedy': 0.16; 'unusable.': 0.16; 'wrote:': 0.16; 'module,': 0.18; ';-)': 0.18; 'prevent': 0.20; 'fix': 0.21; 'posted': 0.21; 'header:In- Reply-To:1': 0.24; 'url:bugs': 0.24; 'windows,': 0.29; 'to:name :python-list': 0.30; "i'd": 0.31; 'problem': 0.33; 'url:python': 0.33; 'avoiding': 0.33; 'idle': 0.33; 'weeks': 0.34; 'file': 0.34; 'step': 0.36; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'header :Message-Id:1': 0.61; 'greetings,': 0.61; 'received:194': 0.61; 'different': 0.63; 'saving': 0.70; 'received:nl': 0.72; 'shadows': 0.84; 'subject:GET': 0.84 In-Reply-To: X-Mailer: Apple Mail (2.2104) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98025 > On 31 Oct 2015, at 06:59, Terry Reedy wrote: > This is a different issue than IDLE avoiding clashes. I opened > https://bugs.python.org/issue25522 Terry, thanks for recording this into the issue tracker. I'd go even a step further. I think IDLE should not only warn, but = completely prevent saving a file which shadows a stdlib module, which = will effectively render Python unusable. I remember from a few weeks = back, a teacher with the same problem posted this on the mailinglist. = Eventually she had a technician coming in to reinstall Windows, just to = fix this problem ;-) What an overkill... Greetings,