<p dir="ltr"><br>
Le 10 févr. 2015 03:07, "Ethan Furman" <<a href="mailto:ethan@stoneleaf.us">ethan@stoneleaf.us</a>> a écrit :<br>
> That line should read<br>
><br>
>     return func(*(args + fargs), **{**keywords, **fkeywords})<br>
><br>
> to avoid the duplicate key error and keep the original functionality.</p>
<p dir="ltr">To me, this is just ugly. It prefers the original code which use .update().</p>
<p dir="ltr">Maybe the PEP should be changed to behave as .update()?</p>
<p dir="ltr">Victor</p>