Replace simplejson with json
Bug #1029094 reported by
Barry Warsaw
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu One Client | Status tracked in Trunk | |||||
Stable-4-2 |
Fix Released
|
Undecided
|
Unassigned | |||
Trunk |
Fix Released
|
Undecided
|
dobey | |||
Ubuntu One Control Panel | Status tracked in Trunk | |||||
Stable-4-2 |
Fix Released
|
Undecided
|
Unassigned | |||
Trunk |
Fix Released
|
Undecided
|
Barry Warsaw | |||
ubuntuone-client (Ubuntu) |
Fix Released
|
Medium
|
dobey | |||
Raring |
Fix Released
|
Medium
|
dobey | |||
ubuntuone-control-panel (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | |||
Raring |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In preparation for porting to Python 3, ubuntuone-
I will attach a branch momentarily.
Related branches
lp://staging/~barry/ubuntuone-control-panel/use-json
- dobey (community): Approve
-
Diff: 49 lines (+4/-5)2 files modifiedubuntuone/controlpanel/tests/test_backend.py (+2/-3)
ubuntuone/controlpanel/web_client.py (+2/-2)
lp://staging/~dobey/ubuntuone-client/no-simplejson
- Michał Karnicki (community): Approve
- Roberto Alsina (community): Approve
-
Diff: 30 lines (+3/-3)1 file modifiedubuntuone/syncdaemon/action_queue.py (+3/-3)
Changed in ubuntuone-control-panel (Ubuntu Raring): | |
status: | New → Triaged |
Changed in ubuntuone-client (Ubuntu Raring): | |
assignee: | nobody → Rodney Dawes (dobey) |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: u1-notrack |
To post a comment you must log in.
I'll also note that this package is the last one that uses simplejson on the Ubuntu desktop images. By making this change it will allow us to drop simplejson as a Python 3 porting dependency.