Changes between Version 4 and Version 5 of PythonGuidelines
- Timestamp:
- Mar 25, 2010, 3:43:21 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonGuidelines
v4 v5 8 8 * Informally, we try to follow [http://www.python.org/dev/peps/pep-0008/ PEP8]. Eventually we may make this official. 9 9 * [http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/test-webkitpy Scripts/test-webkitpy] unit tests the Python code. 10 10 * You can always delete any *.pyc files to make sure you are not mistakenly using the wrong file. This is often cosmetic and should usually not be necessary. 11 11 == Code Structure == 12 12