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 eric.smith
Recipients eric.smith, jason.schwefel78
Date 2020-10-22.16:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603384694.26.0.283157846729.issue42118@roundup.psfhosted.org>
In-reply-to
Content
I should point out that this is the same as doing:

>>> ''()
<stdin>:1: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'str' object is not callable

Except for the SyntaxWarning part, where the compiler is trying to be helpful.
History
Date User Action Args
2020-10-22 16:38:14eric.smithsetrecipients: + eric.smith, jason.schwefel78
2020-10-22 16:38:14eric.smithsetmessageid: <1603384694.26.0.283157846729.issue42118@roundup.psfhosted.org>
2020-10-22 16:38:14eric.smithlinkissue42118 messages
2020-10-22 16:38:14eric.smithcreate