]> git.phdru.name Git - mimedecode.git/commitdiff
Docs: Remove less important items from ANNOUNCE
authorOleg Broytman <phd@phdru.name>
Thu, 2 Nov 2017 11:24:23 +0000 (14:24 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 2 Nov 2017 11:25:12 +0000 (14:25 +0300)
[skip ci]

ANNOUNCE

index 9d980c51e1312910b320673162958f3bb82a7625..9fe74fa3d6750d2711446c7e2d1ea4a250cdf19d 100644 (file)
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -27,12 +27,6 @@ Version 2.8.0 (2017-10-??)
 
    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.