Re: Merging branches/swig-py3 to trunk

2019-11-04 Thread Daniel Shahaf
Nathan Hartman wrote on Tue, 05 Nov 2019 04:48 +00:00: > Support for Python 3.x: > > Python 3.x and newer are now supported by Subversion's swig-py bindings > and automated test suite. Python 2.7 is still supported. > > Support for Python 2.7 to be phased out: > > As of 1 January 2020, Python 2

Re: Commits not being reported?

2019-11-04 Thread Daniel Shahaf
Nathan Hartman wrote on Tue, 05 Nov 2019 04:56 +00:00: > I don't see commits being reported on IRC. > > Also earlier I made a commit and did not see a message to commits@ either. > > What broke? The post-commit hook or the mail server, probably. Either way, ask Infra to look into it: https://w

Re: Issue tracker housecleaning: SVN-1804

2019-11-04 Thread Daniel Shahaf
Nathan Hartman wrote on Mon, 04 Nov 2019 20:56 +00:00: > So before I rush to change the 'raise .. from' lines, I'll wait until > we decide which way to go with the required Python version. That's certainly one option, though personally, I'd suggest to first comment out the «from detail» part of th

Commits not being reported?

2019-11-04 Thread Nathan Hartman
I don't see commits being reported on IRC. Also earlier I made a commit and did not see a message to commits@ either. What broke?

Re: Merging branches/swig-py3 to trunk

2019-11-04 Thread Nathan Hartman
On Mon, Nov 4, 2019 at 6:50 AM Julian Foad wrote: > Julian Foad wrote: > > I'll put up a skeleton 1.14 release notes file today, ready for someone > > to fill in a section about Py3. > > r1869363. > > Who can write a note in there about the changes? I'm guessing something along these lines... b

List of Python scripts importing svn.*

2019-11-04 Thread Yasuhito FUTATSUKI
Here is a list of Python scripts importing svn.* in source tree. AFAIK those except mailer.py have not changed after we decided to map all char * in C API to bytes in swig Python 3 bindings, so they may not work with Python 3. Just for reference. [[[ $ : Ensure all import statements do not cont

Re: Issue tracker housecleaning: SVN-1804

2019-11-04 Thread Nathan Hartman
> On Sun, Nov 3, 2019 at 11:50 PM Daniel Shahaf wrote: > We could do: > >try: ># py3 >eval("raise MessageSendFailure from detail") >except SyntaxError: ># py2 >raise MessageSendFailure Neat trick! > Or we could just keep the «raise … from» construct in the

Re: Merging branches/swig-py3 to trunk

2019-11-04 Thread Julian Foad
Julian Foad wrote: I'll put up a skeleton 1.14 release notes file today, ready for someone to fill in a section about Py3. r1869363. Who can write a note in there about the changes? - Julian

Re: Merging branches/swig-py3 to trunk

2019-11-04 Thread Julian Foad
Branko Čibej wrote: Merged to trunk in r1869354. Thanks! I'll let someone else handle the release notes. :) I'll put up a skeleton 1.14 release notes file today, ready for someone to fill in a section about Py3. - Julian