Changes between Version 100 and Version 101 of DeveloperGuidelines
- Timestamp:
- 06/25/10 12:08:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v100 v101 73 73 * http://www.postgresql.org/docs/8.1/static/sql-keywords-appendix.html 74 74 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 {{{ 81 python static/scripts/tools/pep8.py yourfile.py 82 }}} 83 84 75 85 == Developer Guidelines == 76 86