From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5E4B56DE1321 for ; Mon, 2 Oct 2017 04:39:19 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3zli-r5wRDeT for ; Mon, 2 Oct 2017 04:39:18 -0700 (PDT) Received: from zeus.flokli.de (mail.zeus.flokli.de [88.198.15.28]) by arlo.cworth.org (Postfix) with ESMTPS id 0C37C6DE12EB for ; Mon, 2 Oct 2017 04:39:17 -0700 (PDT) Received: from localhost (unknown [109.236.159.49]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: flokli@flokli.de) by zeus.flokli.de (Postfix) with ESMTPSA id 348C731BCA7; Mon, 2 Oct 2017 11:39:15 +0000 (UTC) Date: Mon, 2 Oct 2017 13:39:07 +0200 From: Florian Klink To: David Bremner Cc: notmuch@notmuchmail.org, Andreas Rammhold Subject: Re: [PATCH v2 1/2] python: open messages in binary mode Message-ID: <20171002113907.yczsqmzoimn24k6l@tp.flokli.de> References: <87bmn47h0b.fsf@tethera.net> <20170924123612.26679-1-flokli@flokli.de> <87a8193j5s.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87a8193j5s.fsf@tethera.net> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2017 11:39:19 -0000 >merged series to master. Thanks for the fix. BTW, I noticed the bug only >happens with python3. Thanks for merging :-) Yes, most distributions still symlink /usr/bin/python to python2 - maybe that's the reason why a lot of code still runs on python 2…