Twisted for python: is there any ETA or beta for python v3?

We launched the project in python v3. We probably need twisted.

From what I see at the moment, this would require us to downgrade the project to python 2.7, which we would not do ....

Is there a way to twist in python v3?

Thanks!

+4
source share
2 answers

There is a plan. Please read here.

The fact that there is a plan, however, does not mean that this will actually happen. The Twisted kernel has already been ported to Python 3, so you already use it in a way, but in fact all the code works in Python 3, the Twisted project needs volunteers with an active interest in porting things to Python 3, who will devote time and energy to doing this plan. If you plan to deploy Twisted on Python 3, we really need you to pick up a couple of the tickets mentioned in this plan and make corrections for them.

Thanks in advance!

+5
source

Yes, there is a Python 3 support plan, and some parts of the framework already work in Python 3.

See here for more information on the roadmap, current status and specific ticket numbers.

+1
source

Source: https://habr.com/ru/post/1491353/


All Articles