Closed
Bug 1526585
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 15141 - Use print() function in both Python 2 and Python 3
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox67 fixed)
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15141 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15141
Details from upstream follow.
cclauss <cclauss@me.com> wrote:
Use print() function in both Python 2 and Python 3
Legacy print statements are syntax errors in Python 3 but print() function works as expected in both Python 2 and Python 3.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fa56083af140
[wpt PR 15141] - Use print() function in both Python 2 and Python 3, a=testonly
| Assignee | ||
Comment 4•7 years ago
|
||
Result changes from PR not available.
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/279b6fb55b92
[wpt PR 15141] - Use print() function in both Python 2 and Python 3, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•