summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-28 17:22:28 -0500
committerBarry Warsaw2016-11-28 17:22:28 -0500
commitb9250ebdefaae0ca98324cf42e4dd51ad550d839 (patch)
treec278f4d8a341aea8dfdc6b1160bee472cd39c3ec /src/mailman/docs/NEWS.rst
parent503cd08131bd73388af8cf0a27fd91d2e55501c9 (diff)
downloadmailman-b9250ebdefaae0ca98324cf42e4dd51ad550d839.tar.gz
mailman-b9250ebdefaae0ca98324cf42e4dd51ad550d839.tar.zst
mailman-b9250ebdefaae0ca98324cf42e4dd51ad550d839.zip
Officially support Python 3.6.
Closes #295
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-rw-r--r--src/mailman/docs/NEWS.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 26d7433c3..1841f8fb7 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -151,6 +151,7 @@ Interfaces
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