summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2013-08-27 22:14:44 -0400
committerBarry Warsaw2013-08-27 22:14:44 -0400
commit26c3adb4f457cfc41751aa0203efbb3582adeb2d (patch)
tree90973bea29478795792cf36feec8cab6d4525d61 /src/mailman/docs
parentc175a7036261383b8e3440b5995886674f3f4d7c (diff)
parent0120c079ed8c9a9b0b1bc5d8341ac2ec1a8638d3 (diff)
downloadmailman-26c3adb4f457cfc41751aa0203efbb3582adeb2d.tar.gz
mailman-26c3adb4f457cfc41751aa0203efbb3582adeb2d.tar.zst
mailman-26c3adb4f457cfc41751aa0203efbb3582adeb2d.zip
* Use the ``enum34`` package instead of ``flufl.enum``.
Diffstat (limited to 'src/mailman/docs')
-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 9de710829..a2b599cbc 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -17,6 +17,7 @@ Development
* Mailman 3 no longer uses ``zc.buildout`` and tests are now run by the
``nose2`` test runner. See ``src/mailman/docs/START.rst`` for details on
how to build Mailman and run the test suite.
+ * Use the ``enum34`` package instead of ``flufl.enum``.
REST
----