mirror of
https://github.com/python/cpython.git
synced 2026-06-28 22:00:19 -04:00
cc0d5e568e
Remove the locale.format() function, deprecated in Python 3.7: use locale.format_string() instead. Remove TestFormatPatternArg test case: it is irrelevant for locale.format_string() which accepts complex formats.