I strongly dislike Python 3

Edward A. Falk falk at green.rahul.net
Tue Jun 29 14:56:37 EDT 2010


In article <mailman.2309.1277758252.32709.python-list at python.org>,
Stephen Hansen  <me+list/python at 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, falk at despams.r.us.com
	http://thespamdiaries.blogspot.com/



More information about the Python-list mailing list