Changes between Version 106 and Version 107 of DeveloperGuidelines


Ignore:
Timestamp:
06/29/10 20:07:28 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v106 v107  
    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 Execute the following in your eden directory
    80 {{{
    81 python static/scripts/tools/pep8.py yourfile.py
    82 }}}
    83 
    84 
    8575== Developer Guidelines ==
    8676