/[Apache-SVN]
ViewVC logotype

Revision 1741742


Jump to revision: Previous Next
Author: stefan2
Date: Sat Apr 30 10:41:59 2016 UTC (7 years, 11 months ago)
Changed paths: 3
Log Message:
Work towards Python 3 compatibility.  Since we already require Python 2.7+,
we can use the new syntax without further limiting our Python 2 support.

Fix leftovers to complete the replacement of print statements with function
calls.

* contrib/client-side/svn-merge-vendor.py
  (del_temp_tree): Use a simple function call.

* contrib/server-side/fsfsverify.py
  (__main__):  Use the write function to output on stdout. Re-add the
               previously automatic newline.

* tools/server-side/svn-backup-dumps.py
  (SvnBackupOutputCommand):  This one is printing a tuple.  The function
                             call needs double parantheses here.

Changed paths

Path Details
Directorysubversion/trunk/contrib/client-side/svn-merge-vendor.py modified , text changed
Directorysubversion/trunk/contrib/server-side/fsfsverify.py modified , text changed
Directorysubversion/trunk/tools/server-side/svn-backup-dumps.py modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26