Changes between Version 100 and Version 101 of DeveloperGuidelines


Ignore:
Timestamp:
06/25/10 12:08:38 (14 years ago)
Author:
Praneeth Bodduluri
Comment:

Added pep8 docs.

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v100 v101  
    7373 * http://www.postgresql.org/docs/8.1/static/sql-keywords-appendix.html
    7474
     75
     76=== PEP8 ===
     77 * Please ensure PEP8 compliance for all code you propose for a merge into the Trunk.
     78 * Use static/scripts/tools/pep8.py to check for pep8 compliance.
     79
     80{{{
     81python static/scripts/tools/pep8.py yourfile.py
     82}}}
     83
     84
    7585== Developer Guidelines ==
    7686