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_apply_autoprops.py * contrib/client-side/svnmerge/svnmerge-migrate-history.py * contrib/client-side/svnmerge/svnmerge-migrate-history-remotely.py * contrib/client-side/svnmerge/svnmerge.py * contrib/client-side/svnmerge/svnmerge_test.py * contrib/server-side/add-needs-lock.py * contrib/server-side/fsfsfixer/fixer/fix-rev.py * contrib/server-side/fsfsverify.py * contrib/server-side/svn-tweak-author.py * subversion/bindings/swig/python/tests/core.py * subversion/bindings/swig/python/tests/repository.py * subversion/tests/cmdline/svntest/actions.py * subversion/tests/cmdline/svntest/main.py * subversion/tests/cmdline/svntest/objects.py * subversion/tests/cmdline/svntest/wc.py * subversion/tests/cmdline/upgrade_tests.py * tools/client-side/change-svn-wc-format.py * tools/client-side/mergeinfo-sanitizer.py * tools/dev/contribulyze.py * tools/dev/gen-javahl-errors.py * tools/dev/gen_junit_report.py * tools/dev/graph-dav-servers.py * tools/dev/iz/ff2csv.py * tools/dev/iz/find-fix.py * tools/dev/wc-ng/bump-to-19.py * tools/dev/wc-ng/populate-pristine.py * tools/dev/which-error.py * tools/examples/get-location-segments.py * tools/hook-scripts/svn2feed.py * tools/hook-scripts/svnperms.py * tools/po/l10n-report.py * tools/server-side/fsfs-reshard.py * tools/server-side/svn-backup-dumps.py * tools/server-side/svnpredumpfilter.py * tools/server-side/svnpubsub/daemonize.py * tools/server-side/test_svn_server_log_parse.py (): Replace all occurances of "except Type, variable:" with Python 3 style "except Type as variable". git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1741723 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Stefan Fuhrmann
committed
Apr 30, 2016
1 parent
e6c48a4
commit 90662b5
Showing
37 changed files
with
72 additions
and
72 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
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
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.