Reputation: 6934
We have launched a project in python v3. We will probably require twisted.
From what I see at present, this would require us to downgrade the project to python 2.7, which we would rather not do....
Is there a path to twisted in python v3?
Thank you!
Upvotes: 4
Views: 1158
Reputation: 31860
There is a plan. Please read it here.
The fact that there is a plan, however, does not mean that this will actually happen. The core of Twisted is already ported to Python 3, so you can in a sense already use it, but to actually have all the code work on Python 3, the Twisted project needs volunteers with an active interest in porting things to Python 3, who will dedicate time and energy to executing that plan. If you're planning to deploy Twisted on Python 3, then we really need you to pick up a couple of the tickets mentioned on that plan and contribute fixes for them.
Thanks in advance!
Upvotes: 5