Closed
Bug 1642672
Opened 6 years ago
Closed 6 years 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•6 years ago
|
||
Updated•6 years 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•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
| Assignee | ||
Comment 4•6 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•