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 A74076DE0FB6 for ; Thu, 5 Oct 2017 08:50:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.486 X-Spam-Level: X-Spam-Status: No, score=0.486 tagged_above=-999 required=5 tests=[AWL=-0.166, SPF_NEUTRAL=0.652] 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 qsgEYTg6Up3M for ; Thu, 5 Oct 2017 08:50:01 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 2512D6DE0C66 for ; Thu, 5 Oct 2017 08:50:01 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 9968A10019F; Thu, 5 Oct 2017 18:50:15 +0300 (EEST) From: Tomi Ollila To: Florian Klink , David Bremner Cc: notmuch@notmuchmail.org, Andreas Rammhold Subject: Re: [PATCH v2 1/2] python: open messages in binary mode In-Reply-To: <20171002113907.yczsqmzoimn24k6l@tp.flokli.de> References: <87bmn47h0b.fsf@tethera.net> <20170924123612.26679-1-flokli@flokli.de> <87a8193j5s.fsf@tethera.net> <20171002113907.yczsqmzoimn24k6l@tp.flokli.de> User-Agent: Notmuch/0.25+89~g5a0c015 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Thu, 05 Oct 2017 15:50:02 -0000 On Mon, Oct 02 2017, Florian Klink wrote: >>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=E2=80=A6 In windows environments one often sees just python2 :( In macos environments one often sees just python2 :( In CentOS/RHEL one have to pick python3 (3.4) from EPEL, and python3 did not seem to work out of the box after installing (had to do=20 ln -s python34 python3 ) :( Tomi