rhuijben_at_apache.org wrote on Sat, Jul 18, 2015 at 10:14:12 -0000:
> - specify Python >= 3.0 being unsupported atm
...
> @@ -449,10 +449,11 @@ I. INTRODUCTION
> 10. Python 2.5 or newer (http://www.python.org/) (OPTIONAL)
>
> If you want to run "make check" or build from the latest source
> - under Unix as described in section II.B and III.D, install
> - Python 2.5 or higher on your system. The majority of the test
> - suite is written in Python, as is part of Subversion's build
> + under Unix/Windows as described in section II.B, II.E and III.D,
> + install Python 2.5 or higher on your system. The majority of the
> + test suite is written in Python, as is part of Subversion's build
> system.
> + Note that Python 3.x is not supported and most likely won't work.
I believe that, with Python 3 on Unix, autogen.sh && configure && make
work, but 'make check' doesn't. But we don't have a buildbot running
that config, so maybe it's right to call it "not (yet) supported".
Shouldn't this be backported to 1.9?
Cheers,
Daniel
Received on 2015-07-19 19:12:20 CEST