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 Jiajun Huang
Recipients Jiajun Huang, abarry, berker.peksag, michael.foord
Date 2016-12-15.03:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481773252.14.0.64782758389.issue28961@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can write `_Call.__new__` as:

def __new__(cls, value=(), name='',...)

it's much simpler and readable.
History
Date User Action Args
2016-12-15 03:40:52Jiajun Huangsetrecipients: + Jiajun Huang, michael.foord, berker.peksag, abarry
2016-12-15 03:40:52Jiajun Huangsetmessageid: <1481773252.14.0.64782758389.issue28961@psf.upfronthosting.co.za>
2016-12-15 03:40:52Jiajun Huanglinkissue28961 messages
2016-12-15 03:40:52Jiajun Huangcreate