Closed
Bug 1642672
Opened 11 months ago
Closed 11 months ago
[mozdevice 3.2.3] Ensure content of files and process output is converted to str for Python 3.
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
There are several places where we obtain output as bytes in Python 3 which causes problems elsewhere in the tree.
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → bob
Status: NEW → ASSIGNED
Pushed by bclary@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ea34fd156c89 [mozdevice 3.2.3] Ensure content of files and process output is converted to str for Python 3, r=gbrown.
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Assignee | ||
Comment 4•11 months ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•