~mterry/duplicity/py3-map-filter

Viewing all changes in revision 975.

  • Committer: Kenneth Loafman
  • Date: 2014-04-19 19:35:41 UTC
  • mfrom: (972.1.21 2.6isms)
  • Revision ID: kenneth@loafman.com-20140419193541-7kxfpsynu4doncbf
* Merged in lp:~mterry/duplicity/2.6isms
  - Here's a whole stack of minor syntax modernizations that will become
    necessary in python3. They all work in python2.6.
  - I've added a new test to keep us honest and prevent backsliding on these
    modernizations. It runs 2to3 and will fail the test if 2to3 finds anything
    that needs fixing (with a specific set of exceptions carved out).
  - This branch has most of the easy 2to3 fixes, the ones with obvious and
    safe syntax changes.
  - We could just let 2to3 do them for us, but ideally we use 2to3 as little
    as possible, since it doesn't always know how to solve a given problem.
    I will propose a branch later that actually does use 2to3 to generate
    python3 versions of duplicity if they are requested. But this is a first
    step to clean up the code base.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: