~antmak/duplicity/0.6-par2-fix

Viewing all changes in revision 976.

  • Committer: Michael Terry
  • Date: 2014-05-05 21:55:25 UTC
  • Revision ID: michael.terry@canonical.com-20140505215525-eqrv18jtkmqkptyz
  * Merged in lp:~mterry/duplicity/encode-exceptions
    - Because exceptions often contain file paths, they have the same problem
      with Python 2.x's implicit decoding using the 'ascii' encoding that we've
      experienced before.  So I added a new util.uexc() method that uses the
      util.ufn() method to convert an exception to a unicode string and used it
      around the place.
    - Bugs fixed: 1289288, 1311176, 1313966
  * Backported from trunk r982

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: