Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python.': 0.02; 'accepted,': 0.09; 'cc:addr:python-list': 0.11; 'bug': 0.12; '10:17': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'tracker,': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'feature': 0.29; 'am,': 0.29; 'patch': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'asked': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'subject:next': 0.31; 'received:google.com': 0.35; 'curious': 0.36; 'too': 0.37; 'how': 0.40; 'skip:u 10': 0.60; 'interested,': 0.61; 'love': 0.65; 'qualified': 0.72; 'subject:get': 0.81; 'agreement.': 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=goiBHyvQBJ8NQ/Sbj89a1dKXKiWZVy+aCM303wee01s=; b=QvArCLZ66hVwIlkM5RdvMIzeNgV3WQ6+rVS4Kk4Uu1R/fMbO2lUfe2U9GY+MzBQnNy 6ZQh542kXXymOr8WfU2ffuUR9z0RELRQm/V191ObfvU+QtwnHXNmQFmN0/hrMcRDPhB0 8zzadSaGD4w0+f3+YrU6SObOjXpDW06a/TOgEcl07WXIRz3k7mz7JZfIuLxQA9zdCEcg wbBOMpU7Zf4bwVAYEq+sAZO5N1qVEdzhyeGUw5jiq46cB5fr5Tc2j4pGaDXaT8yft3SI LIIS+w6SUGu3U1s0MopuG43nePTy0IxMP8lbUSAqPiDHUzyVxbGw7d14TvCFSj5sQKaS SLEQ== MIME-Version: 1.0 X-Received: by 10.194.63.37 with SMTP id d5mr31219094wjs.92.1408408323139; Mon, 18 Aug 2014 17:32:03 -0700 (PDT) In-Reply-To: <53f297a0$0$29967$c3e8da3$5496439d@news.astraweb.com> References: <232acf45-096d-466a-aa75-06d8c378b128@googlegroups.com> <53cc376e$0$2898$e4fe514c@news.xs4all.nl> <53926733-5e65-482f-96bc-0171c6a93d59@googlegroups.com> <4882fd4d-b772-4ebb-8aaa-0c20be6051b6@googlegroups.com> <53cd47fc$0$6574$c3e8da3$5496439d@news.astraweb.com> <53f297a0$0$29967$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 19 Aug 2014 10:32:03 +1000 Subject: Re: Adapt bash readline operate-and-get-next 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: 1408408324 news.xs4all.nl 2868 [2001:888:2000:d::a6]:58510 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76532 On Tue, Aug 19, 2014 at 10:17 AM, Steven D'Aprano wrote: > I would love to see support for this in Python. Unfortunately, I'm not > qualified to review your code. Can you create a feature request for it on > the bug tracker, mark me (steven.daprano) as interested, and upload your > diff? If the patch is accepted, you may be asked to sign a contributor's > agreement. It's not very complicated. And please mark me (rosuav) as interested ("nosy"), too - I'm curious to see how this works out. ChrisA