Remove use of "six" from python code
Categories
(Thunderbird :: Build Config, task)
Tracking
(thunderbird_esr91 wontfix)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | wontfix |
People
(Reporter: rjl, Assigned: rjl)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
Python 3 is everywhere now, so six should not be needed.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 3•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
The functions in this file have not been used in some time.
Depends on D144500
| Assignee | ||
Comment 5•4 years ago
|
||
Remaining usage:
- third_party/botan/botan_configure.py
- taskcluster/comm_taskgraph/transforms/job/toolchain.py
- taskcluster/comm_taskgraph/parameters.py
- taskcluster/comm_taskgraph/loader/reference.py
- taskcluster/comm_taskgraph/optimize.py
| Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/fc5c2446b079
Remove usage of "six" from comm_taskgraph/util/hash.py. r=BenC
https://hg.mozilla.org/comm-central/rev/62c748a3f882
Remove comm_taskgraph.util.hg module. r=mkmelin
| Assignee | ||
Comment 7•4 years ago
|
||
| Assignee | ||
Comment 8•4 years ago
|
||
Depends on D145095
| Assignee | ||
Comment 9•4 years ago
|
||
Depends on D145096
| Assignee | ||
Updated•3 years ago
|
Comment 10•3 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/8b28d3deef80
Stop using "six" in botan_configure.py. r=mkmelin
https://hg.mozilla.org/comm-central/rev/4cbfb8ed0b81
Remove remaining "six" references from comm_taskgraph. r=mkmelin
https://hg.mozilla.org/comm-central/rev/e26c61dff85c
Remove references to "six" from mozconfigure files. r=mkmelin
Description
•