]> git.phdru.name Git - mimedecode.git/commitdiff
Update ANNOUNCE and ChangeLog
authorOleg Broytman <phd@phdru.name>
Sat, 13 May 2017 12:03:41 +0000 (15:03 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 13 May 2017 12:03:41 +0000 (15:03 +0300)
ANNOUNCE
ChangeLog

index 8c70a343ee4e5cf01ffeb11eaf295aab3ba62d10..e79d2f7097978d7ff728c89070bdc4458bf600ba 100644 (file)
--- 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
index b9964e03c982c6a460905caaffd0aa57465b5037..211c766829ea84189c5eade93d36329f6827063d 100644 (file)
--- 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.