Dong-hee Na <[email protected]> added the comment:
>>> class Foo:
... pass
...
>>> print Foo().header(a=foo(1))
File "<stdin>", line 1
print Foo().header(a=foo(1))
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean
print(Foo().header(a=foo(1)))?
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34013>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com