[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Merging branches/swig-py3 to trunk

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 Nov 2019 21:05:30 +0000

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
Received on 2019-11-28 22:05:45 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.