~sakuag333/mailman/lmtp-duplicate-id

« back to all changes in this revision

Viewing changes to src/mailman/docs/STYLEGUIDE.rst

  • Committer: Barry Warsaw
  • Date: 2012-10-31 16:37:22 UTC
  • mfrom: (7178.1.1 work2)
  • Revision ID: barry@list.org-20121031163722-3lszhsiv9ai0akfp
 * 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
18
 
assumes the use of Python 2.6 or 2.7, but not (yet) Python 3.
 
18
assumes the use of Python 2.7, but not (yet) Python 3.
19
19
 
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__``