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 alexey-muranov
Recipients SilentGhost, alexey-muranov
Date 2019-05-07.12:25:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557231944.27.0.452738098088.issue36827@roundup.psfhosted.org>
In-reply-to
Content
Incidentally, the documentation gives the following signature of __new__:

    object.__new__(cls[, ...])

which suggests a variable number of arguments.
History
Date User Action Args
2019-05-07 12:25:44alexey-muranovsetrecipients: + alexey-muranov, SilentGhost
2019-05-07 12:25:44alexey-muranovsetmessageid: <1557231944.27.0.452738098088.issue36827@roundup.psfhosted.org>
2019-05-07 12:25:44alexey-muranovlinkissue36827 messages
2019-05-07 12:25:44alexey-muranovcreate