Changes between Version 106 and Version 107 of DeveloperGuidelines
- Timestamp:
- 06/29/10 20:07:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v106 v107 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 Execute the following in your eden directory80 {{{81 python static/scripts/tools/pep8.py yourfile.py82 }}}83 84 85 75 == Developer Guidelines == 86 76