<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
I would like to propose that instead of using this (applies to Py3.5
and upwards)<br>
dict_a = {**dict_a, **dict_b}<br>
<br>
we could use<br>
dict_a = dict_a + dict_b<br>
<br>
or even better<br>
dict_a += dict_b<br>
<br>
<br>
<pre class="moz-signature" cols="72">Best regards,
João Matos
</pre>
</body>
</html>