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 pitrou
Recipients ezio.melotti, gvanrossum, ncoghlan, pitrou
Date 2013-08-20.08:25:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376987144.29.0.942358449918.issue18788@psf.upfronthosting.co.za>
In-reply-to
Content
> In addition to being a pain at the interactive prompt

Just type "pr<TAB>" and the "print(" call will be auto-completed.
(with TAB-completion being enabled by default in 3.4 ;-))

> the change of print from a statement to a function has also been noted 
> as one of the biggest problems with compatibility of third party user
> scripts for Linux distros changing the default system Python to Python 3

Well, I know 2to3 has had some bad press recently, but it should still make it a piece of cake to convert such small scripts.
(since you don't need to keep 2.x compatibility for them)
History
Date User Action Args
2013-08-20 08:25:44pitrousetrecipients: + pitrou, gvanrossum, ncoghlan, ezio.melotti
2013-08-20 08:25:44pitrousetmessageid: <1376987144.29.0.942358449918.issue18788@psf.upfronthosting.co.za>
2013-08-20 08:25:44pitroulinkissue18788 messages
2013-08-20 08:25:43pitroucreate