This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients eric.snow, xuancong84
Date 2013-11-08.01:36:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383874591.39.0.338587977662.issue19522@psf.upfronthosting.co.za>
In-reply-to
Content
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 terseness.  Personally I find such languages (A.K.A. write-only languages) harder to read.  In contrast, I find the API for Python 3's print to be easier to remember, to use, and to read.

Keep in mind that the bug tracker probably isn't the best place for this discussion.  I'd recommend taking it to the general Python mailing list (https://mail.python.org/mailman/listinfo/python-list).  If you have a concrete proposal you should consider posting to the python-ideas mailing list.
History
Date User Action Args
2013-11-08 01:36:31eric.snowsetrecipients: + eric.snow, xuancong84
2013-11-08 01:36:31eric.snowsetmessageid: <1383874591.39.0.338587977662.issue19522@psf.upfronthosting.co.za>
2013-11-08 01:36:31eric.snowlinkissue19522 messages
2013-11-08 01:36:30eric.snowcreate