]> git.ipfire.org Git - thirdparty/babel.git/commit
Replace %/.format/concatenation with f-strings where feasible (#927)
authorAarni Koskela <akx@iki.fi>
Wed, 23 Nov 2022 11:33:10 +0000 (13:33 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Nov 2022 11:33:10 +0000 (13:33 +0200)
commita45e25e3125f6ee0a9f32387545df318b0b3b2d0
tree6228fbb39432f1584097a10742f0ec8ac7263d7a
parent896c2ea72818011bc0e8bd84151b0b10935fd4fa
Replace %/.format/concatenation with f-strings where feasible (#927)

Original conversion suggestions via flynt, edited by hand.
24 files changed:
babel/core.py
babel/dates.py
babel/lists.py
babel/localedata.py
babel/localtime/_win32.py
babel/messages/catalog.py
babel/messages/checkers.py
babel/messages/extract.py
babel/messages/frontend.py
babel/messages/pofile.py
babel/numbers.py
babel/plural.py
babel/support.py
babel/units.py
babel/util.py
scripts/generate_authors.py
scripts/import_cldr.py
setup.py
tests/messages/test_catalog.py
tests/messages/test_frontend.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_plural.py
tests/test_support.py