print is supposed to become a function in Py3k, though.


On 12/7/06, Georg Brandl <[EMAIL PROTECTED]> wrote:

iwl wrote:
> Hello can I make funktions callable without () like print
> at time the interpreter seems to printout the adres when I type the
> function without ()

print is not a function, it's a statement, and as such equivalent to
raise or assert.



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to