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 Jáchym Barvínek
Recipients Jáchym Barvínek, steven.daprano
Date 2016-08-25.12:21:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CABpqovm5NXCL2F_1=ewsBAnBSPi3G=nGQ+L-ju7APD=hMA5DzQ@mail.gmail.com>
In-reply-to <1472127038.79.0.290248135703.issue27858@psf.upfronthosting.co.za>
Content
Java offers an identity function:
https://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html

2016-08-25 14:10 GMT+02:00 Steven D'Aprano <report@bugs.python.org>:

>
> Steven D'Aprano added the comment:
>
> Just in case anyone else thinks this is a good idea, here's a patch.
>
> ----------
> keywords: +patch
> Added file: https://bugs.python.org/file44218/identity.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue27858>
> _______________________________________
>
History
Date User Action Args
2016-08-25 12:21:45Jáchym Barvíneksetrecipients: + Jáchym Barvínek, steven.daprano
2016-08-25 12:21:45Jáchym Barvíneklinkissue27858 messages
2016-08-25 12:21:44Jáchym Barvínekcreate