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 corona10
Recipients corona10, piyushhajare, xtreak
Date 2018-07-01.13:56:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530453372.86.0.56676864532.issue34013@psf.upfronthosting.co.za>
In-reply-to
Content
>>> 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)))?
History
Date User Action Args
2018-07-01 13:56:12corona10setrecipients: + corona10, xtreak, piyushhajare
2018-07-01 13:56:12corona10setmessageid: <1530453372.86.0.56676864532.issue34013@psf.upfronthosting.co.za>
2018-07-01 13:56:12corona10linkissue34013 messages
2018-07-01 13:56:12corona10create