Changes between Version 4 and Version 5 of PythonGuidelines


Ignore:
Timestamp:
Mar 25, 2010 3:43:21 AM (14 years ago)
Author:
Chris Jerdonek
Comment:

Added note about *.pyc files

Legend:

Unmodified
Added
Removed
Modified
  • PythonGuidelines

    v4 v5  
    88 * Informally, we try to follow [http://www.python.org/dev/peps/pep-0008/ PEP8].  Eventually we may make this official.
    99 * [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.
    1111== Code Structure ==
    1212