Le 10 févr. 2015 03:07, "Ethan Furman" <[email protected]> a écrit : > That line should read > > return func(*(args + fargs), **{**keywords, **fkeywords}) > > to avoid the duplicate key error and keep the original functionality.
To me, this is just ugly. It prefers the original code which use .update(). Maybe the PEP should be changed to behave as .update()? Victor
_______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
