diff options
| author | Barry Warsaw | 2017-05-24 16:03:52 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2017-05-24 16:03:52 -0700 |
| commit | e77b8cd5e033495e164f0ce168e40b03492b89fa (patch) | |
| tree | 4719ff805f697ecde9ded93694b067cc050a269d | |
| parent | 3ed138204945d73fbaf2e2123f1bccc91d7eabdd (diff) | |
| download | mailman-e77b8cd5e033495e164f0ce168e40b03492b89fa.tar.gz mailman-e77b8cd5e033495e164f0ce168e40b03492b89fa.tar.zst mailman-e77b8cd5e033495e164f0ce168e40b03492b89fa.zip | |
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 16 |
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. |
