15
15
This document contains a style guide for Python programming, as used in GNU
16
16
Mailman. `PEP 8`_ is the basis for this style guide so it's recommendations
17
17
should be followed except for the differences outlined here. This document
20
20
* After file comments (e.g. license block), add a ``__metaclass__`` definition
21
21
so that all classes will be new-style. Following that, add an ``__all__``