commit | a1ef65231b379e5b01fc2079d3fdc185c90d704c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Jun 02 09:43:01 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Jun 12 12:24:07 2023 -0600 |
tree | f7daa6ce610ff225c19b7da728bea126f2037efd | |
parent | d294a0fc26891eaa8826d19f61db9ce7f7399c03 [diff] |
Remove f-strings from DAP Kévin pointed out that gdb claims a minimum Python version of 3.2, but the DAP code uses f-strings, which were added in 3.6. This patch removes the uses of f-strings from the DAP code. I can't test an older version of Python, but I did confirm that this still works with the version I have.