This repository has been archived by the owner on Jan 7, 2020. It is now read-only.
forked from apache/subversion
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. * contrib/client-side/incremental-update.py * contrib/client-side/svn_export_empty_files.py * contrib/client-side/svnmerge/svnmerge.py * contrib/hook-scripts/hook_toolbox.py * contrib/hook-scripts/remove-zombie-locks.py * contrib/server-side/add-needs-lock.py * contrib/server-side/fsfsfixer/fixer/find_good_id.py * contrib/server-side/fsfsfixer/fixer/fix-rev.py * contrib/server-side/fsfsverify.py * contrib/server-side/svn-tweak-author.py * notes/directory-index/dirindex.py * notes/move-tracking/path_pairs_to_eid_map.py * subversion/tests/cmdline/svntest/main.py * subversion/tests/cmdline/svntest/verify.py * subversion/tests/manual/tree-conflicts-add-vs-add.py * tools/client-side/mergeinfo-sanitizer.py * tools/dev/benchmarks/RepoPerf/copy_repo.py * tools/dev/benchmarks/suite1/benchmark.py * tools/dev/gen-py-errors.py * tools/dev/histogram.py * tools/dev/sbox-ospath.py * tools/dev/wc-format.py * tools/dev/wc-ng/bump-to-19.py * tools/dist/collect_sigs.py * tools/examples/get-location-segments.py * tools/server-side/svnpredumpfilter.py * tools/server-side/svnpubsub/irkerbridge.py * tools/server-side/svnpubsub/svntweet.py (): Replace occurances of Python 2 print statements with calls to the Python 3 style print function. Note that this is not exhaustive and there are still several non-trival uses of print statements not covered by this patch. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1741732 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Stefan Fuhrmann
committed
Apr 30, 2016
1 parent
90662b5
commit 3f23c78
Showing
28 changed files
with
212 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.