From 0941d7aa690ffd64c2526f86bb36aed7daf9e6dd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 15 Oct 2017 17:12:04 +0300 Subject: [PATCH] Docs: update --- ANNOUNCE | 6 +++--- ChangeLog | 6 +++--- INSTALL.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index ffc1567..74b22aa 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -23,18 +23,18 @@ parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. -Version 2.8.0 (2017-08-??) +Version 2.8.0 (2017-10-??) Python 3. - 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. + Stop supporting Python 2.6. + WHERE TO GET Home page: http://phdru.name/Software/Python/#mimedecode diff --git a/ChangeLog b/ChangeLog index 39c3991..e60cf11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,15 @@ -Version 2.8.0 (2017-08-??) +Version 2.8.0 (2017-10-??) Python 3. - 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. + Stop supporting Python 2.6. + Version 2.7.0 (2017-04-26) Use m_lib.defenc instead of m_lib; install it from PyPI. diff --git a/INSTALL.txt b/INSTALL.txt index 2ee102e..016611b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,7 +1,7 @@ -mimedecode requires Python2.7. +mimedecode requires Python2.7 or 3.4+. -Installation script setup.py requires setuptools. If you don't have it -installed setup.py will try to download and install it. +Docs: setup.py doesn't try to download setuptools +Installation script setup.py requires setuptools. mimedecode requires m_lib library. If you don't have it installed setup.py will try to download and install it after installing mimedecode. -- 2.39.2