On Monday, April 22, 2019 at 11:10:31 PM UTC-7, Roger Oberholtzer wrote: > > OpenSUSE keep announcing that when Python < 2 is no longer maintained > (coming soon), support for such apps will be dropped. I am guessing other > Linux distributions will be doing something similar. Mainly because of the > general lack of interest by those supporting Python in the various > distributions. > > As Trac relies on numerous Python packages, this effects the ability to > maintain Trac in these environments. > > I realize that this is not new information. And I am guessing that any > needed changes for Python 3 are finding their way in to Trac. > > My question is: how far is Trac from working in a Python 3 environment? I > guess the same question can be asked for all the Trac extensions. But I > guess that’s a more difficult thing to assess. So, how about Trac itself > and the core packages required to run Trac? > > Roger
We've made a lot of changes to move towards Python3. Everything that's relatively easy has been done. The remaining work is encoding/decoding to adapt to the Python3 API. But first we have to get Trac 1.4 released. After that I need to spend a day to assess where we are at, assuming another dev doesn't take the lead on that. Also the Subversion binding we are using don't support Python 3 yet. https://trac.edgewall.org/query?status=assigned&status=new&status=reopened&keywords=~python3&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
