I love the Python language and mainly use the standard CPython 3.+ version for simple scripting and as an algorithm sandbox. Sometimes I need .NET intergration, so I use IronPython which is now in 2.7 version.
I like 3.+ better and am therefore reluctant to use the older 2.7. Is there any info on when will it be released and how difficult the migration process is expected to be?
IronPython has one big step towards Py3k support - its strings are already unicode. Many of the native modules are already in place because they were backported to Python 2.7. The re-arranged standard library is free because it's just copied from CPython.
The time-consuming part are the parser changes such as function annotations, removed print
statement, etc. It's not terribly hard, but there just aren't many people with the knowledge to do it right now and those that do are pretty short on free time to do so. We are, however, extrememly willing to get others up to speed.
The more bodies that can be thrown at it, the sooner it will get done.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With