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 gvanrossum
Recipients gvanrossum, serhiy.storchaka, terry.reedy
Date 2018-03-29.01:58:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522288739.65.0.467229070634.issue24234@psf.upfronthosting.co.za>
In-reply-to
Content
It's not necessary for complex() and bytes() to call the special methods if the argument's type is exactly complex or bytes (respectively) -- these cases are already taken care of by the current code.  But adding these special methods enables other code to be more regular, without having to test for the special cases.
History
Date User Action Args
2018-03-29 01:58:59gvanrossumsetrecipients: + gvanrossum, terry.reedy, serhiy.storchaka
2018-03-29 01:58:59gvanrossumsetmessageid: <1522288739.65.0.467229070634.issue24234@psf.upfronthosting.co.za>
2018-03-29 01:58:59gvanrossumlinkissue24234 messages
2018-03-29 01:58:59gvanrossumcreate