summaryrefslogtreecommitdiff
path: root/src/mailman/docs/STYLEGUIDE.rst
diff options
context:
space:
mode:
authorBarry Warsaw2012-10-31 17:37:22 +0100
committerBarry Warsaw2012-10-31 17:37:22 +0100
commite60c151e0148c2f53eabe883f5921378ca6a845c (patch)
tree74a926cfe64066ebffcf9adb89e7672289173d84 /src/mailman/docs/STYLEGUIDE.rst
parenta1666479d87e26e5c79dd1cf507b8ef0472c59aa (diff)
parenta9464c14fc6dfc23613a1ec89446393fe6476f88 (diff)
downloadmailman-e60c151e0148c2f53eabe883f5921378ca6a845c.tar.gz
mailman-e60c151e0148c2f53eabe883f5921378ca6a845c.tar.zst
mailman-e60c151e0148c2f53eabe883f5921378ca6a845c.zip
* Python 2.7 is not required. Python 2.6 is no longer officially supported.
The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506
Diffstat (limited to 'src/mailman/docs/STYLEGUIDE.rst')
-rw-r--r--src/mailman/docs/STYLEGUIDE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/docs/STYLEGUIDE.rst b/src/mailman/docs/STYLEGUIDE.rst
index b744c6557..29661701b 100644
--- a/src/mailman/docs/STYLEGUIDE.rst
+++ b/src/mailman/docs/STYLEGUIDE.rst
@@ -15,7 +15,7 @@ http://barry.warsaw.us/software/STYLEGUIDE.txt
This document contains a style guide for Python programming, as used in GNU
Mailman. `PEP 8`_ is the basis for this style guide so it's recommendations
should be followed except for the differences outlined here. This document
-assumes the use of Python 2.6 or 2.7, but not (yet) Python 3.
+assumes the use of Python 2.7, but not (yet) Python 3.
* After file comments (e.g. license block), add a ``__metaclass__`` definition
so that all classes will be new-style. Following that, add an ``__all__``