On Jan 26, 2015, at 10:55 AM, Ethan Furman wrote:

>In the your example
>
>  from_env = {'a': 12}
>  from_config = {'a': 13}
>
>  f(**from_env, **from_config)
>
>I would think 'a' should be 13, as from_config is processed /after/ from_env.
>
>So which is it?

In the face of ambiguity, refuse the temptation to guess.

Cheers,
-Barry

Attachment: pgpQ9ie65GEHm.pgp
Description: OpenPGP digital signature

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to