r/Python Pythonista 6d ago

News The Move to Python 3 Begins!

As someone who spent decades in the mainframe community, I find it ... humorous ... that there are legacy Python2 code bases that are only just (or have yet to consider!) moving to Python3.

https://www.eveonline.com/news/view/the-move-to-python-3-begins

300 Upvotes

106 comments sorted by

View all comments

1

u/unruly_mattress 5d ago

How are they going to deal with the stackless stuff? They could switch to Python 3 async, but that would make it way more of a rewrite than a 2to3 and manually fixing what isn't just a syntax change.