Closed
Bug 1526585
Opened 2 years ago
Closed 2 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: mozilla.org, 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•2 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=8030d61e1033a77f8c2ca2670c2c3b3e610e497a
Assignee | ||
Comment 2•2 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•2 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•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 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
•