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 rhettinger
Recipients Windson Yang, adelfino, chris.jerdonek, docs@python, dorosch, eric.araujo, ezio.melotti, fdrake, ncoghlan, rhettinger
Date 2020-02-27.01:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582765624.25.0.508480995325.issue15474@roundup.psfhosted.org>
In-reply-to
Content
Thanks Andrés.  

I'm going to close this one as it has been open for a long time and not attracted interest.  Also, in practice this ambiguity doesn't seem to be an issue and people almost universally refer to anything usable with the @-notation as a decorator.  Further, it has become common for tooling such as @lru_cache and @dataclass to be usable both with and without arguments, so the distinction no longer makes sense in some cases.
History
Date User Action Args
2020-02-27 01:07:04rhettingersetrecipients: + rhettinger, fdrake, ncoghlan, ezio.melotti, eric.araujo, chris.jerdonek, docs@python, adelfino, Windson Yang, dorosch
2020-02-27 01:07:04rhettingersetmessageid: <1582765624.25.0.508480995325.issue15474@roundup.psfhosted.org>
2020-02-27 01:07:04rhettingerlinkissue15474 messages
2020-02-27 01:07:04rhettingercreate