I strongly dislike Python 3

james at biosci.utexas.edu james at biosci.utexas.edu
Sat Jun 26 12:25:41 EDT 2010


thanks for the info, christian!

Quoting Christian Heimes <lists at cheimes.de>:

> Am 26.06.2010 17:59, schrieb Stefan Reich:
>> The main problem is that Python 3 is incompatible with almost all
>> scripts written for Python 2 (if they use print). And it gets worse:
>> Python 3 scripts are incompatible with Python 2! (If they use print
>> variants, like writing to a file.)
>
> Seems like you don't know that you can easily migrate your scripts with
> the tool "2to3". Also you can write Python 3 compatible scripts in
> Python 2.6 and newer: from __future__ import print_function.
>
> Christian
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>





More information about the Python-list mailing list