Changes between Version 18 and Version 19 of PythonGuidelines


Ignore:
Timestamp:
Apr 20, 2010 12:42:41 PM (14 years ago)
Author:
Chris Jerdonek
Comment:

Stubbed out section on strings and unicode.

Legend:

Unmodified
Added
Removed
Modified
  • PythonGuidelines

    v18 v19  
    2727  * webkitpy/python24/: code that needs to work under Python 2.4 (currently just the version-checking code)
    2828  * [http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/webkitpy webkitpy/thirdparty/]: all third-party code in webkitpy
     29
     30== Strings and Unicode ==
     31
     32Code should take care to follow the Unicode strategy outlined in this [https://bugs.webkit.org/show_bug.cgi?id=37765 comment thread].
     33
     34FIXME: Fill in this section with specific guidance from the comment thread above.
    2935
    3036== Style ==