From a6e071155cd2a72a965f00a5fd4ec7ef48081fd8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 13 May 2017 15:03:41 +0300 Subject: [PATCH] Update ANNOUNCE and ChangeLog --- ANNOUNCE | 5 +++++ ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index 8c70a34..e79d2f7 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -27,6 +27,11 @@ Version 2.8.0 (2017-05-??) Stop supporting Python 2.6. + 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. WHERE TO GET diff --git a/ChangeLog b/ChangeLog index b9964e0..211c766 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ Version 2.8.0 (2017-05-??) Stop supporting Python 2.6. + 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. + Version 2.7.0 (2017-04-26) Use m_lib.defenc instead of m_lib; install it from PyPI. -- 2.39.2