You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Smith, Madison (CGI Federal)" <Ma...@cgifederal.com> on 2019/07/02 15:47:05 UTC

Will Subversion upgrade from Python 2.x to 3.7.3?

Good morning SVN Devs!



I've been looking at the roadmap and was wondering why there isn't any push to move to Python 3?



Python 2 support ends at the end of the year...in 3 months! Many big businesses, contractors, etc that use this product for years will no longer be able to as they have policies in place about not using unsupported software/libraries.



Could we expect a switch to Python 3 and if so is there an ETA?



Thank you,

Madison J. Smith

Proprietary/confidential information belonging to CGI Federal Inc. or its affiliates may be contained in this message. If you are not a recipient indicated or intended in this message (or responsible for the delivery of this message to such person), or if you think for any reason that this message may have been addressed to you in error, you may not use or copy or deliver this message to anyone else. In such case, you should destroy this message and are asked to notify the sender by reply email.

Re: Will Subversion upgrade from Python 2.x to 3.7.3?

Posted by Branko Čibej <br...@apache.org>.
On 02.07.2019 17:47, Smith, Madison (CGI Federal) wrote:
>
> Good morning SVN Devs!
>
>  
>
> I've been looking at the roadmap and was wondering why there isn't any
> push to move to Python 3?
>
>  
>
> Python 2 support ends at the end of the year...in 3 months! Many big
> businesses, contractors, etc that use this product for years will no
> longer be able to as they have policies in place about not using
> unsupported software/libraries.
>
>  
>
> Could we expect a switch to Python 3 and if so is there an ETA?
>

All our development tools -- build generator, tests etc. -- already work
with Python 3.

It you're interested in the Python bindings, then please take a look at
this branch:

https://svn.apache.org/viewvc/subversion/branches/swig-py3/

It's mostly complete but still needs some work before we can merge it to
trunk. Any help would be most welcome.

-- Brane