summaryrefslogtreecommitdiff
path: root/src/mailman
diff options
context:
space:
mode:
authorBarry Warsaw2017-05-24 16:03:52 -0700
committerBarry Warsaw2017-05-24 16:03:52 -0700
commite77b8cd5e033495e164f0ce168e40b03492b89fa (patch)
tree4719ff805f697ecde9ded93694b067cc050a269d /src/mailman
parent3ed138204945d73fbaf2e2123f1bccc91d7eabdd (diff)
downloadmailman-e77b8cd5e033495e164f0ce168e40b03492b89fa.tar.gz
mailman-e77b8cd5e033495e164f0ce168e40b03492b89fa.tar.zst
mailman-e77b8cd5e033495e164f0ce168e40b03492b89fa.zip
Diffstat (limited to 'src/mailman')
-rw-r--r--src/mailman/docs/NEWS.rst16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 3a2398b74..c7bbc6de6 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -164,15 +164,6 @@ Interfaces
* ``ISubscriptionService`` now supports mass unsubscribes. Given by Harshit
Bansal.
-Internal
---------
- * Add official support for Python 3.6. (Closes #295)
- * A handful of unused legacy exceptions have been removed. The redundant
- ``MailmanException`` has been removed; use ``MailmanError`` everywhere.
- * Drop the use of the ``lazr.smtptest`` library, which is based on the
- asynchat/asyncore-based smtpd.py stdlib module. Instead, use the
- asyncio-based aiosmtpd package.
-
Message handling
----------------
* New DMARC mitigations have been added. Given by Mark Sapiro. (Closes #247)
@@ -273,7 +264,12 @@ REST
Other
-----
- * The test suite is now Python 3.5 compatible.
+ * Add official support for Python 3.5 and 3.6. (Closes #295)
+ * A handful of unused legacy exceptions have been removed. The redundant
+ ``MailmanException`` has been removed; use ``MailmanError`` everywhere.
+ * Drop the use of the ``lazr.smtptest`` library, which is based on the
+ asynchat/asyncore-based smtpd.py stdlib module. Instead, use the
+ asyncio-based `aiosmtpd <http://aiosmtpd.readthedocs.io/>`_ package.
* Improvements in importing Mailman 2.1 lists, given by Aurélien Bompard.
* The ``prototype`` archiver is not web accessible so it does not have a
``list_url`` or permalink. Given by Aurélien Bompard.