So __keyfn__ has literally only two allowed values, None and True. Can you
explain (in words or with examples) what happens in each case? You were so
excited to show off one case that you never showed how the other case would
work (and you tripped up over the value of __keyfn__ that you were
demonstrating).

Could you just start over? And explain the name? And why it can't be
False/True?

On Sat, Aug 29, 2020 at 8:52 AM Jonathan Fine <[email protected]> wrote:

> I wrote:
>
> Ricky has given some examples. Here are more, all assuming
>>     __keyfn__ = True
>>
>
> My mistake. It should be
>     __keyfn__ = None
>
> I'm sure you've already figured that out. Still, please accept my
> apologies.
>
> --
> Jonathan
>
>> _______________________________________________
> Python-ideas mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
> https://mail.python.org/archives/list/[email protected]/message/R2ZLF7HF5WRHWHYB3J6UESUU24OHGXWL/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*
<http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/PNOF4B3HKPCV5AITIKRF4GKX3KJZUO5X/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to