Re: [PATCH] python: open messages in binary mode

Subject: Re: [PATCH] python: open messages in binary mode

Date: Thu, 24 Aug 2017 19:11:48 -0300

To: Florian Klink, notmuch@notmuchmail.org

Cc:

From: David Bremner


Florian Klink <flokli@flokli.de> writes:

> To fix this, read file in binary mode and pass to
> email.message_from_binary_file(fp).
>

Thanks for the patch, but notmuch is not (yet) python3 only. Apparently
that function is only since python 3.2. I'm not sure if/when we'll drop
python 2.7 support, but not without deprecating it for a few releases.

Also, since compatibility is a bit tricky here, it would be great to
have a test. See test/T390-python.sh for some examples.

d
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: