[issue19522] A suggestion: python 3.* is not as convenient as python 2.*

2013-11-07 Thread Eric Snow
Eric Snow added the comment: A lot of thought went into Python 3 changes, including making print a function (see PEP 3105). While typing efficiency may be appealing, keep in mind that generally code will be read more than written. There are other programming languages that highly value terse

[issue19522] A suggestion: python 3.* is not as convenient as python 2.*

2013-11-07 Thread wang xuancong
New submission from wang xuancong: Hi python developers, I notice that one major change in python 3 is that you make 'print' as a standard function, and it will require typing (). As you know, reading from and writing to IO is a high frequency operation. By entropy coding theorem, you should