]> git.phdru.name Git - mimedecode.git/blobdiff - ANNOUNCE
Docs: Remove less important items from ANNOUNCE
[mimedecode.git] / 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.