LWN.net Logo

Python 3.0 released

Python 3.0 released

Posted Dec 5, 2008 23:28 UTC (Fri) by jspaleta (subscriber, #50639)
In reply to: Python 3.0 released by nevyn
Parent article: Python 3.0 released

The real problem is what this means for upstream developers. If the language incompatibilities are mostly cosmetic then downstream distributors will be able to hold a transitional patchset together without the upstream developers having to branch, upstream can just make the move to py3k and the cosmetic changes can be generated to make a py2.x variant. But for codebases which have to make deep changes, or make heavy use of additional python based projects, they will most likely have to branch and coordinate porting into py3k with the other python module projects.

Either way its going to be painful..and messy.

-jef


(Log in to post comments)

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