Changes between Version 81 and Version 82 of DeveloperGuidelines
- Timestamp:
- 03/22/10 20:00:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v81 v82 9 9 10 10 == Python == 11 More details at: DeveloperGuidelinesCodeConventions12 11 Indentation matters (use 4 spaces instead of Tabs) 13 12 * http://diveintopython.org/ … … 16 15 17 16 * lxml (XML I/O): http://codespeak.net/lxml/tutorial.html 17 18 More details at: DeveloperGuidelinesCodeConventions 18 19 19 20 == Web2Py ==