Merge lp:~mterry/duplicity/more-decode-issues into lp:~duplicity-team/duplicity/0.8-series
Proposed by
Michael Terry
| Status: | Merged | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Merged at revision: | 1264 | ||||||||
| Proposed branch: | lp:~mterry/duplicity/more-decode-issues | ||||||||
| Merge into: | lp:~duplicity-team/duplicity/0.8-series | ||||||||
| Diff against target: |
87 lines (+9/-8) 3 files modified
bin/duplicity (+5/-5) duplicity/dup_time.py (+3/-2) duplicity/util.py (+1/-1) |
||||||||
| To merge this branch: | bzr merge lp:~mterry/duplicity/more-decode-issues | ||||||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| duplicity-team | Pending | ||
|
Review via email:
|
|||
Description of the change
Here's some fixes for another couple UnicodeDecodeEr
The duplicity/
The bin/duplicity change from str(e) to util.uexc(e) fixes bug 1324188.
The rest of the changes (util.exception
You can test all of these changes in one simple line:
LANGUAGE=fr duplicity remove-older-than $'accept\xffées'
To post a comment you must log in.