From: Oleg Broytman Date: Sun, 8 Jun 2014 13:37:46 +0000 (+0400) Subject: Fix entry: open all **OUTPUT** files in binary mode X-Git-Tag: v2.6.0~2 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=81fed020cb8762634eceec5f85be7a936cb6e67d Fix entry: open all **OUTPUT** files in binary mode --- diff --git a/ChangeLog b/ChangeLog index 36012e9..4011e27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Version 2.5.1 (2014-04-??) Make options -e/-i to work with multipart messages. - Open all files in binary mode. Output os.linesep instead of '\n'. + Open all output files in binary mode. Output os.linesep instead of '\n'. Test --save-headers|body|message masks one after another to allow saving a message or a subpart to more than one file.