Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.033 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'feedback.': 0.04; 'oh,': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'command,': 0.16; 'fiddle': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'job!': 0.16; 'mode,': 0.16; 'reedy': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'thanks.': 0.20; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'days,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'character': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'easier': 0.31; 'too.': 0.31; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'idle': 0.36; 'doing': 0.36; 'so,': 0.37; 'being': 0.38; 'thank': 0.38; 'issue': 0.38; 'rather': 0.38; 'aside': 0.39; 'enough': 0.39; 'entire': 0.61; 'more': 0.64; 'it!': 0.67; 'believe,': 0.84; 'seldom': 0.84; 'thing...': 0.84; 'careful': 0.91; 'to:none': 0.92; 'reliable,': 0.93; 'enhancement': 0.95 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=cfHMlDT9Ro4TbuZyGdcC503inE9Sxwbl6dox4c22nV4=; b=I5LyYcYVl4SRcTFCnKjroFf6QQ5uY3fjgx1cOfmDdvLOZUj/7HnryD3fBjeNG/DmU+ iAR4IEewoxZeKz8fR2IMkZd17Gg+FCQuRKllQpQoHA4THK19RWe/lvPLCJZ446fztcSM l9oD7sJPvt/GBJOqTIEy7zufMQ60Oh8JCfTmPXerUyAGn9oh3kk2OF+9GvaPT78VZSLk ldipdYk8uDmRTiv8idKNXI5LwcFifxmSaXMYJyVdUezZyvshOXsw/z0q4HMibZmWbgPz xu9pZQMMUZXym2t8BAADVS1WTsfAHPYR6eEATS8ByD+OPP9hCPVP4d2DSkAEnBUXMGAn 2cPQ== MIME-Version: 1.0 X-Received: by 10.68.200.74 with SMTP id jq10mr2133506pbc.169.1393523322438; Thu, 27 Feb 2014 09:48:42 -0800 (PST) In-Reply-To: References: <02cdd9c7-aef7-4cc7-a813-cd1c9627ceb4@googlegroups.com> <94b1962a-0004-4c5b-b484-972a166b88b5@googlegroups.com> <55525f2c-fd3a-4927-b642-2dbf5eae7e9b@googlegroups.com> Date: Fri, 28 Feb 2014 04:48:42 +1100 Subject: Re: extend methods of decimal module 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393523326 news.xs4all.nl 2887 [2001:888:2000:d::a6]:44409 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67160 On Fri, Feb 28, 2014 at 4:07 AM, Terry Reedy wrote: > On 2/27/2014 7:07 AM, Mark H. Harris wrote: > >> Oh, and one more thing... whoever is doing the work on IDLE these >> days, nice job! It is stable, reliable, and just works/ >> appreciate it! > > > As one of 'them', thank you for the feedback. There are still some bugs, but > I hit them seldom enough that I am now looking at enhancement issues. Aside from having to be careful not to paste in a non-BMP character (a Tk limitation, I believe, and currently being tracked at issue 13153), I'm pretty happy with IDLE too. It's my standard way to fiddle with Python code. Easier to use than the inbuilt interactive mode, as Alt-P will recall an entire block command, rather than one line at a time. So, I echo that sentiment of thanks. :) ChrisA