Ignore:
Timestamp:
Jan 18, 2014, 1:04:36 AM (12 years ago)
Author:
[email protected]
Message:

Inspector scripts are not compatible with Python v3
https://bugs.webkit.org/show_bug.cgi?id=127128

Reviewed by Benjamin Poulain.

  • inspector/scripts/generate-combined-inspector-json.py: Turn print statements into print function calls.
  • inspector/scripts/jsmin.py: Try importing the StringIO class from the StringIO module (which will work for

Python v2) or, on import error, import the class from the io module (which will work for Python v3).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r162209 r162250  
     12014-01-18  Zan Dobersek  <[email protected]>
     2
     3        Inspector scripts are not compatible with Python v3
     4        https://bugs.webkit.org/show_bug.cgi?id=127128
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        * inspector/scripts/generate-combined-inspector-json.py: Turn print statements into print function calls.
     9        * inspector/scripts/jsmin.py: Try importing the StringIO class from the StringIO module (which will work for
     10        Python v2) or, on import error, import the class from the io module (which will work for Python v3).
     11
    1122014-01-17  Anders Carlsson  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.