[Python-ideas] OT:

Rhodri James rhodri at kynesim.co.uk
Wed Mar 6 13:12:15 EST 2019


On 06/03/2019 17:43, Jonathan Fine wrote:
> Indeed. Although off-topic, I think
> 
>>>> {'a': 0, 'a': 1} == {'a': 1}
> True
> 
> is much better than "This means that you can specify the same key
> multiple times in the key/datum list, and the final dictionary’s value
> for that key will be the last one given."

I disagree.  An example is an excellent thing, but the words are 
definitive and must be there.

-- 
Rhodri James *-* Kynesim Ltd


More information about the Python-ideas mailing list