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 <[email protected]>
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: <[email protected]>
2016-09-07 08:11:52xiang.zhanglinkissue7769 messages
2016-09-07 08:11:52xiang.zhangcreate