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 lemburg
Recipients Stefan Pochmann, docs@python, lemburg
Date 2017-02-16.18:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487268048.69.0.640317926275.issue29580@psf.upfronthosting.co.za>
In-reply-to
Content
While "functions" may not be accurate anymore, they are all callables.

Historically, those callables were functions. Later on some of the built-ins were replaced with type objects.

Regarding your last comment: It is common in Python to write "func()" for callables in Python. The "()" signal the callable property.
History
Date User Action Args
2017-02-16 18:00:48lemburgsetrecipients: + lemburg, docs@python, Stefan Pochmann
2017-02-16 18:00:48lemburgsetmessageid: <1487268048.69.0.640317926275.issue29580@psf.upfronthosting.co.za>
2017-02-16 18:00:48lemburglinkissue29580 messages
2017-02-16 18:00:48lemburgcreate