zephyr/scripts/release
Christopher Friedt 3783cf8353 scripts: release: list_backports: use older python dict merge method
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>
2022-07-19 00:20:13 +09:00
..
bug_bash.py
list_backports.py scripts: release: list_backports: use older python dict merge method 2022-07-19 00:20:13 +09:00
list_issues.py