Zachary Ware added the comment:

Also, if you only need to support Python 2.6+, you can use 'from __future__ 
import print_function' and get all the benefits of 'print' as a function in 
Python 2 (except the 'flush' argument, which was added in Python 3.3).

----------
nosy: +zach.ware

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25819>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to