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 adelfino, docs@python, eric.smith
Date 2018-09-08.23:11:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536448273.79.0.56676864532.issue34612@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this is an improvement. While it's true that 'complex' is a class, it's described here as a function. Same as 'int'. The fact that it's a function or class isn't so important here.

I suspect it will confuse people to have something described as a class in the section titled 'Built-in Functions'. We wouldn't want to change the section to the more correct 'Built-in Callables'.
History
Date User Action Args
2018-09-08 23:11:13eric.smithsetrecipients: + eric.smith, docs@python, adelfino
2018-09-08 23:11:13eric.smithsetmessageid: <1536448273.79.0.56676864532.issue34612@psf.upfronthosting.co.za>
2018-09-08 23:11:13eric.smithlinkissue34612 messages
2018-09-08 23:11:13eric.smithcreate