Changeset 162250 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 18, 2014, 1:04:36 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r162209 r162250 1 2014-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 1 12 2014-01-17 Anders Carlsson <[email protected]> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.