]> git.phdru.name Git - mimedecode.git/commitdiff
Docs: update
authorOleg Broytman <phd@phdru.name>
Sun, 15 Oct 2017 14:12:04 +0000 (17:12 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 15 Oct 2017 14:12:04 +0000 (17:12 +0300)
ANNOUNCE
ChangeLog
INSTALL.txt

index ffc15670d7819f513171148fd858d73ed80531cb..74b22aa0b3cc303b6acfbfa07a7eee921df15bcc 100644 (file)
--- 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
index 39c3991e8d064cf5b5d9b30268bd4eeac15866d7..e60cf1119daf8d0c552254b5fdab18026ac7d94f 100644 (file)
--- 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.
index 2ee102eadc42ed6910acd0e4ef8421e49aa74897..016611b57f78f3127d2bf70ed30672a992a4db55 100644 (file)
@@ -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.