The future of Python 2
The future of Python 2
Posted Apr 18, 2013 5:39 UTC (Thu) by Wummel (guest, #7591)Parent article: The future of Python 2
Python 3.3 is indeed much easier to port to. For example it accepts the unicode string syntax u"" so you don't have to change all those strings.
For me, the blocking factors are libraries (Python GTK and twill for example) and the fact the Python 3.3 is not available in Debian testing/stable. So I will have to wait for the next Debian release after wheezy.
