In article <mailman.2309.1277758252.32709.python-l...@python.org>,
Stephen Hansen  <me+list/pyt...@ixokai.io> wrote:
>>
>> Uhmm, just add the parenthesis to your old scripts. You can
>> do that without breaking on 2.x.
>
>Only sort of. But in Python 2.6+, you only need to "from __future__ 
>import print_function" to make code work in both 2.x and 3.x (at least 
>insofar as the print situation is concerned).  

Nice.  Once 100% of the installed base is at 2.6, I'll finally be able
to write code that compatible with 3.0.

-- 
        -Ed Falk, f...@despams.r.us.com
        http://thespamdiaries.blogspot.com/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to