Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:IDLE': 0.04; '32-bit': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'windows': 0.15; 'arbitrarily': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'periods': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'year,': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'days,': 0.24; 'tend': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'switch': 0.26; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'subject:what': 0.31; 'running': 0.33; 'subject:with': 0.35; 'received:google.com': 0.35; 'idle': 0.36; 'done': 0.36; 'subject:?': 0.36; 'march': 0.61; 'back': 0.62; 'times': 0.62; '2gb': 0.84; 'scores': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=srsGAdIhYcY2xDzj2mUvNtqgBGO1vMPEOFr1O0aT3O8=; b=btTPld0oXqp9WKdy5Yx++vjOiXAXqdN+WZLcbOOd5XAqxlgBrXKpkYVYhCoOVqz+aA DG7qN4u8ad6AfzAq4UIfGoKuj6zD0uii2+b279RvbZNk6QGFnicnh4YizFlTIhRch0O4 J4J5fogR/IvIsDeDVICsq3ujbtUal7XUKGtlygv6ghjv/1Y+eaFlQL1P29Qw4OcSl3ua LOkKxtdbEZ1YmXm7DCVy06ABABDs5T8EpdCu9AlhWqDhNoZehbMJFj/n19UfYEZNfqtf ZspogIJdsFNYo+0GsB+m/ZyHGWUtxruMCxyeBgKvQ1cfaSNlaIHdKCtdBE5uV614/zDx J5mg== MIME-Version: 1.0 X-Received: by 10.43.140.132 with SMTP id ja4mr32387076icc.4.1409094423789; Tue, 26 Aug 2014 16:07:03 -0700 (PDT) In-Reply-To: <4eec9365-4103-4474-a47f-ea665b265b1e@googlegroups.com> References: <4eec9365-4103-4474-a47f-ea665b265b1e@googlegroups.com> Date: Wed, 27 Aug 2014 09:07:03 +1000 Subject: Re: IDLE has suddenly become FAWLTY - so should I be hitting it with a big stick, or what? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409094426 news.xs4all.nl 2907 [2001:888:2000:d::a6]:38689 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77079 On Wed, Aug 27, 2014 at 4:01 AM, Twirlip2 wrote: > I've been using IDLE with Python 3.4.0 on Windows XP (SP3), since March this year, and since May I've been running IDLE almost continuously, using it scores of times every day, > Just to clarify: When you say "continuously", do you mean that you keep it running for long periods of time? Because I've had various issues on XP with leaving Idle running forever - it begins to take arbitrarily long to switch back to it after leaving it, umm, idle for a while. This is on a 32-bit system with 2GB of RAM. These days, I tend to shut Idle down when I'm done with it. ChrisA