|
|
Subscribe / Log in / New account

Debating a "transitional" Python 2.8

Debating a "transitional" Python 2.8

Posted Jan 2, 2014 7:50 UTC (Thu) by osma (subscriber, #6912)
Parent article: Debating a "transitional" Python 2.8

Having one binary support both 2.x and 3.x code sounds good, but given the deliberately backwards-incompatible features of 3.x (especially the new, saner string/unicode handling), is it really feasible?

I mean, of course you can have something like a wrapper that detects the code flavor and selects the proper interpreter internally, but I think the interesting scenario would be having support for mixed 2.x/3.x code bases where only part of the code is ported / written to 3.x.


to post comments

Debating a "transitional" Python 2.8

Posted Jan 2, 2014 23:38 UTC (Thu) by david.a.wheeler (subscriber, #72896) [Link]

Of course it's feasible. Python has been doing it a long time, and the changes for Python3 aren't really that monumental.


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