Pep 3105: the end of print?

Steven Bethard steven.bethard at gmail.com
Fri Feb 16 00:07:04 EST 2007


Edward K Ream wrote:
>> You could offer up a patch for Python 2.6 so that you can do::
>>    from __future__ import print_function
> 
> This would only work for Python 2.6. Developers might want to support Python 
> 2.3 through 2.5 for awhile longer :-)

Python 3.0 is determined not to be hampered by backwards incompatibility 
concerns. It's not even clear yet that your average 2.6 code will work 
on 3.0 -- though there's a pretty large contingent trying to make this true.

In short, if you need to support 2.3, you're not ready to be looking at 3.0.

STeVe



More information about the Python-list mailing list