Merge lp:~maxb/launchpad/stop-using-deprecated-sets into lp:launchpad
Proposed by
Max Bowsher
on 2010-02-09
| Status: | Merged |
|---|---|
| Approved by: | Graham Binns on 2010-02-09 |
| Approved revision: | not available |
| Merged at revision: | not available |
| Proposed branch: | lp:~maxb/launchpad/stop-using-deprecated-sets |
| Merge into: | lp:launchpad |
| Diff against target: |
178 lines (+13/-20) 6 files modified
database/schema/diagram.py (+2/-3) database/schema/security.py (+2/-3) lib/lp/registry/model/product.py (+1/-2) lib/lp/services/mail/sendmail.py (+1/-2) lib/schoolbell/icalendar.py (+4/-5) utilities/findimports.py (+3/-5) |
| To merge this branch: | bzr merge lp:~maxb/launchpad/stop-using-deprecated-sets |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | 2010-02-09 | Approve on 2010-02-09 |
|
Review via email:
|
|||
Commit Message
Remove use of the deprecated sets module.
To post a comment you must log in.
| Max Bowsher (maxb) wrote : | # |
review:
Approve
(code)
| Max Bowsher (maxb) wrote : | # |
On hold for merging, as it will require conflict resolution with another branch which is inbound.
| Max Bowsher (maxb) wrote : | # |
As the mutually conflicting branch has encountered prob;ems and is back to work-in-progress, this is clear to land as soon as someone can submit it for me.

The sets module is deprecated as of Python 2.6 in favour of the built-in set type, introduced in Python 2.4.