~siegeofnorth/duplicity/duplicity

Viewing all changes in revision 1264.

  • Committer: Kenneth Loafman
  • Date: 2017-09-07 11:46:11 UTC
  • mfrom: (1262.1.1 trunk)
  • Revision ID: kenneth@loafman.com-20170907114611-kei1vxud1n8m7axz
* Merged in lp:~mterry/duplicity/more-decode-issues
  - Here's some fixes for another couple UnicodeDecodeErrors.
  - The duplicity/dup_time.py fixes when a user passes a utf8 date string (or a string with bogus
    utf8 characters, but they have to really try to do that). This is bug 1334436.
  - The bin/duplicity change from str(e) to util.uexc(e) fixes bug 1324188.
  - The rest of the changes (util.exception_traceback and bin/duplicity changes to use it) are to
    make the printing of exceptions prettier. Without this, if you see a French exception, you see
    "accept\xe9es" instead of "acceptées".
  - You can test all of these changes in one simple line:
    $ LANGUAGE=fr duplicity remove-older-than $'accept\xffées'

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: