Message234415
SGTM
On Tue, Jan 20, 2015 at 4:08 PM, Neil Girdhar <[email protected]>
wrote:
>
> Neil Girdhar added the comment:
>
> That makes sense.
>
> If you wanted to override, you could always write:
>
> f(**{**a, **b, 'x': 5})
>
> rather than
>
> f(**a, **b, x=5)
>
> Should I go ahead and fix it so that overriding is always wrong? E.g.,
>
> f(**{'x': 3}, **{'x': 4})
>
> which currently works?
>
> ----------
>
> _______________________________________
> Python tracker <[email protected]>
> <http://bugs.python.org/issue2292>
> _______________________________________
> |
|
| Date |
User |
Action |
Args |
| 2015-01-21 00:10:42 | gvanrossum | set | recipients:
+ gvanrossum, twouters, georg.brandl, terry.reedy, paul.moore, ncoghlan, belopolsky, giampaolo.rodola, ezio.melotti, eric.araujo, andybuckley, r.david.murray, zbysz, eric.snow, Rosuav, berker.peksag, Joshua.Landau, pconnell, NeilGirdhar, Jeff.Kaufman, SpaghettiToastBook |
| 2015-01-21 00:10:42 | gvanrossum | link | issue2292 messages |
| 2015-01-21 00:10:42 | gvanrossum | create | |
|