I see this is Fredrik's earlier suggestion.

Bill

I (reduntantly) wrote:
> Is there a syntax trick here?  Suppose start-of-the-line function
> names not followed by an open-paren, but followed by comma-separated
> lists of expressions, were treated as if the rest of the line were
> arguments to a function.  That is, suppose
> 
>   print "foo", 3, dir(sys)
> 
> was automagically converted to
> 
>   print ("foo", 3, dir(sys))

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to