Merge lp://staging/~vorlon/python-apt/lp.1069019 into lp://staging/~ubuntu-core-dev/python-apt/ubuntu
Proposed by
Steve Langasek
Status: | Merged |
---|---|
Merge reported by: | Steve Langasek |
Merged at revision: | not available |
Proposed branch: | lp://staging/~vorlon/python-apt/lp.1069019 |
Merge into: | lp://staging/~ubuntu-core-dev/python-apt/ubuntu |
Diff against target: | 102 lines (+23/-16) |
To merge this branch: | bzr merge lp://staging/~vorlon/python-apt/lp.1069019 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brian Murray | Approve | ||
Barry Warsaw | Pending | ||
Review via email: mp+166148@code.staging.launchpad.net |
Description of the change
Possible fix for bug #1069019, using io.open() and enforcing use of Unicode
internally for the handling of the sources.list entries. Does this look
sane?
To post a comment you must log in.
I think I still prefer using codecs.open() instead of io.open(), but mostly because the former is more common usage. It probably ultimately doesn't matter, and when Python 2 is dropped, either module prefix can be dropped (but neither hurt in either case).
Any chance you can come up with a test case for this bug?