X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ANNOUNCE;h=ce866e2f5de8ea7b3266ef780096743d79b9edef;hb=b5f8429d3fd1eb127a08070a366aba2e04b1c3ae;hp=9d980c51e1312910b320673162958f3bb82a7625;hpb=b882aa5c51df9148419898efa28b4cefc06e1a65;p=mimedecode.git diff --git a/ANNOUNCE b/ANNOUNCE index 9d980c5..ce866e2 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -23,16 +23,10 @@ parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. -Version 2.8.0 (2017-10-??) +Version 2.8.0 (2017-11-03) Python 3. - Monkey-patch email.message._formatparam under Python 3: - replace it with _formatparam from Python 2.7 - to avoid re-encoding non-ascii params. - - Fix: do not decode bytes to unicode under Python 2.7. - Stop supporting Python 2.6. Code cleanup: fixed flake8 errors and warnings.