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 terry.reedy
Recipients Dennis Sweeney, autospamfighter, mark.dickinson, terry.reedy
Date 2020-11-14.08:57:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605344275.1.0.675228216288.issue42334@roundup.psfhosted.org>
In-reply-to
Content
When reporting a failure please copy and paste the exception and message and when non-trivial, the traceback.   In this case:  "TypeError: 'test' is an invalid keyword argument for complex()".  The difference between int and complex versus float is that the former have keyword arguments, so they check for invalid keyword arguments, whereas float take no keyword arguments, so it does not check for validity and, for subclasses, passes them on.
History
Date User Action Args
2020-11-14 08:57:55terry.reedysetrecipients: + terry.reedy, mark.dickinson, Dennis Sweeney, autospamfighter
2020-11-14 08:57:55terry.reedysetmessageid: <1605344275.1.0.675228216288.issue42334@roundup.psfhosted.org>
2020-11-14 08:57:55terry.reedylinkissue42334 messages
2020-11-14 08:57:54terry.reedycreate