mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -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.