Re: [PATCH v5] nmbug: Translate to Python
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 3 Oct 2014 11:01:42 +0000 (14:01 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:04:53 +0000 (10:04 -0800)
75/237afa101513c83b9e0ba3417e13431bced096 [new file with mode: 0644]

diff --git a/75/237afa101513c83b9e0ba3417e13431bced096 b/75/237afa101513c83b9e0ba3417e13431bced096
new file mode 100644 (file)
index 0000000..974dc5b
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 58785431FBF\r
+       for <notmuch@notmuchmail.org>; Fri,  3 Oct 2014 04:02:03 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id fShN+PP3HNyc for <notmuch@notmuchmail.org>;\r
+       Fri,  3 Oct 2014 04:01:59 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 872D9431FB6\r
+       for <notmuch@notmuchmail.org>; Fri,  3 Oct 2014 04:01:59 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 2EADF10008D;\r
+       Fri,  3 Oct 2014 14:01:43 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: David Bremner <bremner@debian.org>, "W. Trevor King" <wking@tremily.us>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v5] nmbug: Translate to Python\r
+In-Reply-To: <87lhoxr0wn.fsf@maritornes.cs.unb.ca>\r
+References:\r
+ <d44bb6ad59ee0a30ac4a8d2e9fe50e3b98d1c408.1411572592.git.wking@tremily.us>\r
+       <87lhoxr0wn.fsf@maritornes.cs.unb.ca>\r
+User-Agent: Notmuch/0.18.1+119~g5d90feb (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Fri, 03 Oct 2014 14:01:42 +0300\r
+Message-ID: <m2h9zlmn6x.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 03 Oct 2014 11:02:03 -0000\r
+\r
+On Fri, Oct 03 2014, David Bremner <bremner@debian.org> wrote:\r
+\r
+> "W. Trevor King" <wking@tremily.us> writes:\r
+>\r
+>> This allows us to capture stdout and stderr separately, and do other\r
+>> explicit subprocess manipulation without resorting to external\r
+>> packages.  It should be compatible with Python 2.6 and later\r
+>> (including the 3.x series), although with 2.6 you'll need the external\r
+>> argparse package.\r
+>\r
+> As reported on IRC, this version has been working ok for me for a week\r
+> or so. I haven't marked it ready to push because iirc, the python 2.6\r
+> support doesn't really work and is doomed to be removed.\r
+\r
+Maybe just amend to "It is compatible with Python 2.7 and later...", with\r
+dropping the comment about external argparse package?\r
+\r
+Currently also tests don't work with Python 2.6 -- I have a patch that\r
+would "fix" this but probably it is just noise at this time (and I'd still \r
+need to do the harderst part -- write the commit message).\r
+\r
+> d\r
+\r
+Tomi\r