[issue18788] Proof of concept: implicit call syntax

Antoine Pitrou report at bugs.python.org
Tue Aug 20 10:25:44 CEST 2013


Antoine Pitrou added the comment:

> 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)

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18788>
_______________________________________


More information about the Python-bugs-list mailing list