Open
Bug 2021799
Opened 1 month ago
Updated 1 month ago
Remove usages of "six" from toolkit/components/telemetry/tests/marionette/
Categories
(Toolkit :: Telemetry, task, P5)
Toolkit
Telemetry
Tracking
()
ASSIGNED
People
(Reporter: Logan, Assigned: vanshikhashri)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Remove six compatibility layer from toolkit/components/telemetry/tests/marionette/harness/telemetry_harness/fog_ping_server.py.
Usage:
- from six.moves.urllib import parse as urlparse -> from urllib import parse as urlparse
Part of the effort to remove six from the codebase (bug 1714690).
Priority: -- → P5
| Assignee | ||
Comment 1•1 month ago
|
||
I would like to take this up. I understand that the task involves removing the six usage and replacing it with the Python 3 equivalent (urllib.parse).
I’m an Outreachy intern applicant and have already set up the development environment.
Could you please assign this bug to me?
Assignee: nobody → vanshikhashri
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•