In Python versions >= 3.9, dicts can be merged with the `|` operator.
This is not the case for python versions < 3.9, and the simplest way
is to use `dict_c = {**dict_a, **dict_b}`.
Signed-off-by: Christopher Friedt <cfriedt@fb.com>
|
||
|---|---|---|
| .. | ||
| bug_bash.py | ||
| list_backports.py | ||
| list_issues.py | ||