|
|
Log in / Subscribe / Register

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.


to post comments

The future of Python 2

Posted Apr 18, 2013 5:43 UTC (Thu) by rahulsundaram (subscriber, #21946) [Link]

PyGobject is a Python 3 replacement for PyGTK2

https://live.gnome.org/PyGObject

The future of Python 2

Posted Apr 18, 2013 6:56 UTC (Thu) by mastro (guest, #72665) [Link]

If you're a software developer for any kind of important package you shouldn't wait for stuff to pop up in Debian stable or testing. They are the ones waiting for you.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds