Yasuhito FUTATSUKI wrote on Thu, Nov 28, 2019 at 20:36:25 +0900: > And there seems to be also some scripts calling Python > interpreter with -c option. > > I roughly searched: > [[[ > $ find . -name .svn -prune -or -type f -print0 | xargs -0 egrep -i > '(^|[^-])python.* -c'
I suggest to also grep for «sys.executable»; there are several instances of that in trunk. > ]]] > > and got: > > Python 3 Supported: > Makefile.in > build/ac-macros/swig.m4 > subversion/tests/cmdline/davautocheck.sh > subversion/tests/cmdline/svnserveautocheck.sh > > Python 3 not supported yet: > contrib/client-side/svnmerge/svnmerge-migrate-test.sh > > Not Checked For Python 3 Yet: > tools/hook-scripts/mailer/tests/mailer-t1.sh > tools/dev/benchmarks/large_dirs/create_bigdir.sh Y'all might consider starting a wiki page or a jira issue tracking the categorization. I think it might be helpful to tracking the work done/punted/pending. Cheers, Daniel