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 xiang.zhang
Recipients Claudiu.Popa, ahojnnes, berker.peksag, loewis, santoso.wijaya, serhiy.storchaka, xiang.zhang
Date 2016-09-07.08:11:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473235912.74.0.522114504516.issue7769@psf.upfronthosting.co.za>
In-reply-to
Content
> Also one side effect that I can not eliminate is when it is used as a normal function, the function instead of None is returned. I see the former patches get this problem too.

I think this does not matter after seeing functools.singledispatch. The versionadded tags should be changed to versionchanged in my last patch.
History
Date User Action Args
2016-09-07 08:11:52xiang.zhangsetrecipients: + xiang.zhang, loewis, ahojnnes, santoso.wijaya, Claudiu.Popa, berker.peksag, serhiy.storchaka
2016-09-07 08:11:52xiang.zhangsetmessageid: <1473235912.74.0.522114504516.issue7769@psf.upfronthosting.co.za>
2016-09-07 08:11:52xiang.zhanglinkissue7769 messages
2016-09-07 08:11:52xiang.zhangcreate