Skip to content
Snippets Groups Projects

merge stable into default (again, to hopefully have 3.13 green)

Merged Pierre-Yves David requested to merge topic/default/branching into branch/default
4 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -417,7 +417,7 @@
)
% config,
hint=_(b'usable compression engines: %s')
% b', '.sorted(validnames), # pytype: disable=attribute-error
% b', '.join(sorted(validnames)),
)
return compengines
Loading