Message 305591 - Python tracker

Message305591

Author anentropic
Recipients anentropic
Date 2017-11-05.11:21:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509880866.58.0.213398074469.issue31947@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that this method should not have names=None default value in signature, because that case is not handled, nor is it described as a possible value in the docstring.

Seems like maybe a copy and paste from __call__, which has basically same signature, but names=None is valid and handled there.
History
Date User Action Args
2017-11-05 11:21:06anentropicsetrecipients: + anentropic
2017-11-05 11:21:06anentropicsetmessageid: <1509880866.58.0.213398074469.issue31947@psf.upfronthosting.co.za>
2017-11-05 11:21:06anentropiclinkissue31947 messages
2017-11-05 11:21:05anentropiccreate