Remove deprecate locale.format() function

vstinner · GitHub

The locale.format() function is deprecated since Python 3.7: see issue

#54588

for the rationale. IMO it's now time to remove this deprecated function: locale.format_string() can be used since Python 3.7.